-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
57 lines (43 loc) · 883 Bytes
/
.gitignore
File metadata and controls
57 lines (43 loc) · 883 Bytes
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
boxsolver-noAI/target
**/boxsolver-noAI
**/bin
react-webapp/node_modules
box-optimizer-api/target
## This ignores all `target`, `.vscode` and `node_modules` anywhere in the project
**/target
**/.vscode
**/node_modules
# timefold junk
backend/timefold/target
backend/timefold/box_plan.json
backend/timefold/ignore.gitignore
backend/timefold/solution.txt
backend/timefold/solution1.txt
backend/.DS_Store
# Ignore IDE-specific junk
*.iws
*.iml
*.ipr
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
.idea/
nbproject/private/
nbbuild/
dist/
nbdist/
.nb-gradle/
build/
**/.DS_Store
backend/air-allocation/
backend/box-optimizer-api/.gitattributes
backend/box-optimizer-api/.gitignore
backend/box-optimizer-api/box_plan.json
backend/box-optimizer-api/out.txt
backend/box-optimizer-api/package.json
backend/boxsolver-noAI/.history/
.history/