source:
.gitignore@
189cd8f
Last change on this file since 189cd8f was ebf5e04, checked in by , 2 years ago | |
---|---|
|
|
File size: 408 bytes |
Rev | Line | |
---|---|---|
[6568bde] | 1 | # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. |
2 | ||
3 | # dependencies | |
[87614a5] | 4 | node_modules |
[6568bde] | 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 | .pnpm-debug.log* | |
27 | ||
28 | # local env files | |
29 | .env*.local | |
[87614a5] | 30 | .env.local |
31 | .env | |
[64dc53b] | 32 | .env.development |
33 | .env.production | |
[ebf5e04] | 34 | .env.productions |
[6568bde] | 35 | |
36 | # vercel | |
37 | .vercel |
Note:
See TracBrowser
for help on using the repository browser.