Samuel Shuert | 016ea02 | 2021-09-01 16:17:24 -0500 | [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 | |||||
15 | # production | ||||
16 | /build | ||||
17 | |||||
18 | # misc | ||||
19 | .DS_Store | ||||
20 | *.pem | ||||
21 | |||||
22 | # debug | ||||
23 | npm-debug.log* | ||||
24 | yarn-debug.log* | ||||
25 | yarn-error.log* | ||||
26 | |||||
27 | # local env files | ||||
pineafan | aa9c4fd | 2022-06-10 19:58:10 +0100 | [diff] [blame] | 28 | .env |
Samuel Shuert | 016ea02 | 2021-09-01 16:17:24 -0500 | [diff] [blame] | 29 | .env.local |
30 | .env.development.local | ||||
31 | .env.test.local | ||||
32 | .env.production.local | ||||
33 | |||||
34 | # vercel | ||||
35 | .vercel | ||||
Skyler Grey | 6c3d463 | 2023-03-06 09:51:21 +0000 | [diff] [blame] | 36 | |
37 | .direnv/ |