-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitignore
81 lines (63 loc) · 1.16 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
80
### Mobile Tools for Java (J2ME)
.mtj.tmp/
### Java related build
*.jar
*.war
*.ear
*.class
### Virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### MAC OS
**/.DS_Store
### Intellij
*.iml
*.ipr
*.iws
.idea
### Eclipse
.classpath
.settings
.project
**/build/
**/bin/
**/build-by-eclipse/
### Gradle
.gradle
gradle
gradlew
gradlew.bat
out
### IDE
target
libs
### Node modules
node_modules
## PID
.attach*
## POM
dependency-reduced-pom.xml
## Build
public-transport-declarer
public-transport-declarer.build_artifacts.txt
## Test files
!public-transport-declarer/src/test/resources/routes.ptd
!public-transport-declarer/src/test/resources/transacties_31032023194834.csv
!public-transport-declarer/src/test/resources/transacties_31052023161105.csv
## report
report.csv
## Reports to ignore
declaratieoverzicht_30122022182530.pdf
declaratieoverzicht_22122022110627.pdf
declaratieoverzicht_28022023190418.pdf
# Must be in
!public-transport-declarer/generateReport.sh
# NPM
package-lock.json
yarn.lock
## Automation
cypressUpdateOne.sh
docker-composetmp.yml
packagetmp.json
pluginUpdatesOne.sh
javaUpdatesOne.sh
nodeUpdatesOne.sh