-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
81 lines (67 loc) · 2.03 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
# See http://help.github.com/ignore-files/ for more about ignoring files.
# Compiled output
/restaurant_frontend/dist
/restaurant_frontend/tmp
/restaurant_frontend/out-tsc
/restaurant_frontend/bazel-out
# Node
/restaurant_frontend/node_modules
/restaurant_frontend/npm-debug.log
/restaurant_frontend/yarn-error.log
# IDEs and editors
/restaurant_frontend/.idea/
/restaurant_frontend/.project
/restaurant_frontend/.classpath
/restaurant_frontend/.c9/
/restaurant_frontend/*.launch
/restaurant_frontend/.settings/
/restaurant_frontend/*.sublime-workspace
# Visual Studio Code
/restaurant_frontend/.vscode/*
!/restaurant_frontend/.vscode/settings.json
!/restaurant_frontend/.vscode/tasks.json
!/restaurant_frontend/.vscode/launch.json
!/restaurant_frontend/.vscode/extensions.json
/restaurant_frontend/.history/*
# Miscellaneous
/restaurant_frontend/.angular/cache
/restaurant_frontend/.sass-cache/
/restaurant_frontend/connect.lock
/restaurant_frontend/coverage
/restaurant_frontend/libpeerconnection.log
/restaurant_frontend/testem.log
/restaurant_frontend/typings
# System files
/restaurant_frontend/.DS_Store
/restaurant_frontend/Thumbs.db
/restaurant_backend/target/*
/restaurant_backend/.idea/*
/restaurant_backend/HELP.md
/restaurant_backend/target/
!/restaurant_backend/.mvn/wrapper/maven-wrapper.jar
!/restaurant_backend/**/src/main/**/target/
!/restaurant_backend/**/src/test/**/target/
### STS ###
/restaurant_backend/.apt_generated
/restaurant_backend/.classpath
/restaurant_backend/.factorypath
/restaurant_backend/.project
/restaurant_backend/.settings
/restaurant_backend/.springBeans
/restaurant_backend/.sts4-cache
### IntelliJ IDEA ###
/restaurant_backend/.idea
/restaurant_backend/*.iws
/restaurant_backend/*.iml
/restaurant_backend/*.ipr
### NetBeans ###
/restaurant_backend/nbproject/private/
/restaurant_backend/nbbuild/
/restaurant_backend/dist/
/restaurant_backend/nbdist/
/restaurant_backend/.nb-gradle/
build/
!/restaurant_backend/**/src/main/**/build/
!/restaurant_backend/**/src/test/**/build/
### VS Code ###
/restaurant_backend/.vscode/