main
Last change
on this file was dc3406b, checked in by 163080 <naumshapkarovski@…>, 4 weeks ago |
keep .env out of git ignore
|
-
Property mode
set to
100644
|
File size:
467 bytes
|
Rev | Line | |
---|
[5d6f37a] | 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 | # production
|
---|
| 12 | .next
|
---|
| 13 | .swc
|
---|
| 14 | _static
|
---|
| 15 | out
|
---|
| 16 | dist
|
---|
| 17 | build
|
---|
| 18 |
|
---|
| 19 | #firebase-service-account
|
---|
| 20 | mvp-masters-firebase-adminsdk
|
---|
| 21 |
|
---|
| 22 | # environment variables
|
---|
[dc3406b] | 23 | # .env
|
---|
[5d6f37a] | 24 | .env.local
|
---|
| 25 | .env.development.local
|
---|
| 26 | .env.test.local
|
---|
| 27 | .env.production.local
|
---|
| 28 |
|
---|
| 29 | # misc
|
---|
| 30 | .DS_Store
|
---|
| 31 | .vercel
|
---|
| 32 | .netlify
|
---|
| 33 | .unimportedrc.json
|
---|
| 34 | .vscode
|
---|
| 35 |
|
---|
| 36 | npm-debug.log*
|
---|
| 37 | yarn-debug.log*
|
---|
| 38 | yarn-error.log*
|
---|
Note:
See
TracBrowser
for help on using the repository browser.