.gitignore
1 # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. 2 3 # dependencies 4 node_modules 5 .pnp 6 .pnp.js 7 8 # testing 9 coverage 10 11 # svelte 12 .svelte-kit 13 14 # misc 15 .DS_Store 16 *.pem 17 18 # debug 19 npm-debug.log* 20 yarn-debug.log* 21 yarn-error.log* 22 23 # local env files 24 .env.local 25 .env.development.local 26 .env.test.local 27 .env.production.local 28 29 # turbo 30 .turbo 31 32 dist