diff --git a/.gitignore b/.gitignore index e91699f..6635cf5 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,8 @@ node_modules /build /.svelte-kit /package +.env +.env.* !.env.example vite.config.js.timestamp-* vite.config.ts.timestamp-* diff --git a/docker/nginx.conf b/docker/nginx.conf deleted file mode 100644 index a7f6368..0000000 --- a/docker/nginx.conf +++ /dev/null @@ -1,13 +0,0 @@ -server { - - listen 3000: - - location / { - root /usr/share/nginx/html; - index index.html index.htm; - try_files $uri $uri/ /index.html = 404; - } - - include /etc/nginx/extra-conf.d*.conf; - -} \ No newline at end of file