-
Notifications
You must be signed in to change notification settings - Fork 13
/
.gitignore
62 lines (51 loc) · 1.1 KB
/
.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.idea/**
/frontend-web/build/
/frontend-web/.idea/**
/backend/src/main/resources/public/images/
livraison.sh
/backend/uploads/
# dependencies
/frontend-web/node_modules
/frontend-web/.pnp
/frontend-web/.pnp.js
# testing
/frontend-web/coverage
# production
/build
# misc
/frontend-web/.DS_Store
/frontend-web/.env.local
/frontend-web/.env.development.local
/frontend-web/.env.test.local
/frontend-web/.env.production.local
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock
/backend/HELP.md
/backend/target/
/backend/uploads/
/backend/!.mvn/wrapper/maven-wrapper.jar
/backend/!**/src/main/**/target/
/backend/!**/src/test/**/target/
### IntelliJ IDEA ###
/backend/.idea/**
/backend/.mvn/**
/backend/*.iws
/backend/*.iml
/backend/*.ipr
### NetBeans ###
/backend/nbproject/private/
/backend/nbbuild/
/backend/dist/
/backend/nbdist/
/backend/.nb-gradle/
/backend/build/
/backend/!**/src/main/**/build/
/backend/!**/src/test/**/build/
### VS Code ###
/backend/.vscode/
/backend/src/main/resources/application-prod.properties
/backend/src/main/resources/static/**
/backend/src/main/resources/ssl/**