source: .gitignore

Last change on this file was 717ceae, checked in by Nace Gjorgjievski <nace.gorgievski123@…>, 21 months ago

connected db

  • Property mode set to 100644
File size: 313 bytes
Line 
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
3# dependencies
4.env
5node_modules
6/.pnp
7.pnp.js
8
9# testing
10/coverage
11
12# production
13build
14
15# misc
16.DS_Store
17.env.local
18.env.development.local
19.env.test.local
20.env.production.local
21
22npm-debug.log*
23yarn-debug.log*
24yarn-error.log*
Note: See TracBrowser for help on using the repository browser.