-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
80 lines (67 loc) · 1.38 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
# Compiled source #
###################
*.class
rebel.xml
rebel-remote.xml
log4j.xml
log4j.properties
# Eclipse #
############
*.project
*.classpath
# Netbeans #
############
nbactions.xml
nb-configuration.xml
# Intellij #
############
.idea
*.iml
# Packages #
############
*.jar
*.war
*.ear
# Logs #
########
*.log
# Folders #
###########
bin/
build/
target/
.settings/
.VSCodeCounter/
# OS junk #
###########
.DS_Store*
ehthumbs.db
Thumbs.db
# Maven release plugin #
########################
pom.xml.release*
release.properties
pom.xml.versionsBackup
# GBA #
#######
git.properties
liquibase.properties
gba-web/src/main/java/notes/
gba-web/src/main/webapp/VAADIN/widgetsets/
gba-web/src/main/webapp/VAADIN/gwt-*
!gba-web/src/main/resources/META-INF/
gba-web/procura/applicaties/
gba-ws/src/main/webapp/VAADIN/widgetsets/
gba-ws/src/main/webapp/VAADIN/gwt-*
!gba-ws/src/main/webapp/WEB-INF/services/WoningkaartWS/META-INF/
!gba-ws/src/main/webapp/WEB-INF/services/ZoekpersoonWS/META-INF/
!gba-gbaws/src/main/java/META-INF/
!gba-gbaws/src/main/webapp/WEB-INF/services/WoningkaartWS/META-INF/
!gba-gbaws/src/main/webapp/WEB-INF/services/ZoekpersoonWS/META-INF/
!gba-jpa/src/main/resources/META-INF/
!gba-ple/src/main/resources/META-INF/
gba-rdw/src/main/resources/examples/generated/
gba-rdw/src/main/resources/tcp*
gba-db-updates/src/main/resources/liquibase/generated/
gba-jpa/.factorypath
vrs.properties