source: .gitignore@ dc3406b

main
Last change on this file since dc3406b 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
Line 
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# production
12.next
13.swc
14_static
15out
16dist
17build
18
19#firebase-service-account
20mvp-masters-firebase-adminsdk
21
22# environment variables
23# .env
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
36npm-debug.log*
37yarn-debug.log*
38yarn-error.log*
Note: See TracBrowser for help on using the repository browser.