Last change
on this file since 717ceae was 717ceae, checked in by Nace Gjorgjievski <nace.gorgievski123@…>, 2 years 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
|
---|
5 | node_modules
|
---|
6 | /.pnp
|
---|
7 | .pnp.js
|
---|
8 |
|
---|
9 | # testing
|
---|
10 | /coverage
|
---|
11 |
|
---|
12 | # production
|
---|
13 | build
|
---|
14 |
|
---|
15 | # misc
|
---|
16 | .DS_Store
|
---|
17 | .env.local
|
---|
18 | .env.development.local
|
---|
19 | .env.test.local
|
---|
20 | .env.production.local
|
---|
21 |
|
---|
22 | npm-debug.log*
|
---|
23 | yarn-debug.log*
|
---|
24 | yarn-error.log*
|
---|
Note:
See
TracBrowser
for help on using the repository browser.