diff --git a/.gitignore b/.gitignore index 19c336e4..a90bcb1f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,11 +1,8 @@ -.idea node_modules -dist -dist-ssr public/env.js -/build +build yarn.lock package-lock.json *.map -/public/index.html -/svelte.config.js \ No newline at end of file +public/index.html +svelte.config.js \ No newline at end of file