-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
33 lines (31 loc) · 817 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
## main ignore file
.vscode
createGitIgnore.sh
## front - react
# dependencies
./webIOTReactFront/node_modules
./webIOTReactFront/.pnp
./webIOTReactFront/.pnp.js
./webIOTReactFront/
./webIOTReactFront/# testing
./webIOTReactFront/coverage
./webIOTReactFront/
# production
./webIOTReactFront/build
./webIOTReactFront/
# misc
./webIOTReactFront/.DS_Store
./webIOTReactFront/.env
./webIOTReactFront/.env.local
./webIOTReactFront/.env.development.local
./webIOTReactFront/.env.test.local
./webIOTReactFront/.env.production.local
./webIOTReactFront/npm-debug.log*
./webIOTReactFront/yarn-debug.log*
./webIOTReactFront/yarn-error.log*
./webIOTReactFront/.eslintcache
## back - express
./webIOTServerExpressJS/node_modules/
./webIOTServerExpressJS/.vs/
./webIOTServerExpressJS/.vscode/
./webIOTServerExpressJS/.deployment