source: jobvista-frontend/.gitignore

main
Last change on this file was d8b6c91, checked in by 223021 <daniel.ilievski.2@…>, 7 weeks ago

Initial commit - implementirano registracija i logiranje so Spring Security i JSON Web Token-i vo backend-ot kako i navbar i formi za istoto vo frontend-ot

  • Property mode set to 100644
File size: 310 bytes
Line 
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/build
13
14# misc
15.DS_Store
16.env.local
17.env.development.local
18.env.test.local
19.env.production.local
20
21npm-debug.log*
22yarn-debug.log*
23yarn-error.log*
Note: See TracBrowser for help on using the repository browser.