apply new gitignore config

This commit is contained in:
Philipp Dormann 2021-01-17 18:32:32 +01:00
parent 2ce41990bf
commit 2e6874c822

9
.gitignore vendored
View File

@ -1,11 +1,8 @@
.idea
node_modules node_modules
dist
dist-ssr
public/env.js public/env.js
/build build
yarn.lock yarn.lock
package-lock.json package-lock.json
*.map *.map
/public/index.html public/index.html
/svelte.config.js svelte.config.js