Skyler Grey | deea2f7 | 2023-05-31 20:14:49 +0200 | [diff] [blame^] | 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 | # next.js | ||||
12 | .next/ | ||||
13 | out/ | ||||
14 | build | ||||
15 | |||||
16 | # misc | ||||
17 | .DS_Store | ||||
18 | *.pem | ||||
19 | |||||
20 | # debug | ||||
21 | npm-debug.log* | ||||
22 | yarn-debug.log* | ||||
23 | yarn-error.log* | ||||
24 | |||||
25 | # local env files | ||||
26 | .env | ||||
27 | .env.local | ||||
28 | .env.development.local | ||||
29 | .env.test.local | ||||
30 | .env.production.local | ||||
31 | |||||
32 | # turbo | ||||
33 | .turbo | ||||
34 | |||||
35 | # vercel | ||||
36 | .vercel | ||||
37 | |||||
38 | # direnv & devenv | ||||
39 | .direnv/ | ||||
40 | .devenv/ |