this repo has no description
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
3# dependencies
4node_modules
5.pnp
6.pnp.js
7
8# testing
9coverage
10
11# svelte
12.svelte-kit
13
14# misc
15.DS_Store
16*.pem
17
18# debug
19npm-debug.log*
20yarn-debug.log*
21yarn-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
32dist