forked from geoserver/geoserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
47 lines (37 loc) · 745 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
37
38
39
40
41
42
43
44
45
46
47
build-full.bat
target
.settings
.classpath
.factorypath
.project
.metadata
.DS_Store
*.class
*.pyc
/.metadata/
# Intellij
.idea/
*.iml
# Cucumber Testing artifacts
cucumber-report
.mvn
# staging release artifacts
distribution/
settings.xml
# NSG CITE testst data directory
data/citensg-1.0/gwc/cite*
data/citensg-1.0/gwc/geowebcache_*.bak
data/citensg-1.0/legendsamples/
data/citensg-1.0/logs/geoserver.log
# cite tests logs directory
build/cite/logs
# https://bugs.openjdk.java.net/browse/JDK-8214300
.attach_pid*
# Windows installer related stuff
src/release/installer/win/*.rtf
src/release/installer/win/source/
src/release/installer/win/target/
# spotless up to date checks
.spotless-index
# Eclipse stuff
src/web/app/.temp-Start*