forked from DataVault/datavault
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
36 lines (35 loc) · 774 Bytes
/
.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
## Ignore the MVN compiled output directories from version tracking
target/
## Ignore project files created by Eclipse
.settings/
.project
.classpath
## Ignore project files created by IntelliJ IDEA
*.iml
*.ipr
*.iws
.idea/
overlays/
## Ignore project files created by NetBeans
nbproject/private/
build/
nbbuild/
dist/
nbdist/
nbactions.xml
nb-configuration.xml
META-INF/
datavault-broker/src/main/webapp/WEB-INF/glassfish-web.xml
datavault-webapp/src/main/webapp/WEB-INF/glassfish-web.xml
## Ignore all *.properties file in root folder, EXCEPT datavault.properties (the default)
/*.properties
!/datavault.properties
##Mac noise
.DS_Store
docker/mysql
docker/config/mail-templates
docker/mysql-master
docker/mysql-master-backup
.gitignore
## do not check in p12 files
*.p12