forked from Unidata/tds
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
75 lines (63 loc) · 1.65 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
# Ignore all target directories
target/
# Ignore possible THREDDS content directories
tds/content/
# Ignore unwanted IntelliJ IDEA project files
/intelliJ/
/intellij/
*.ipr
*.iml
*.iws
.idea/
atlassian-ide-plugin.xml
# ignore intellij compile directories
# `module`/out/ (i.e. tds/out)
*/out/
# `module`/`submodule`/out (i.e. dap4/d4core/out/)
*/*/out/
# Ignore Dreamweaver balogna
_notes
_compareTemp
# Ignore eclipse project files
.classpath
.project
.settings/
bin/
*~
# Ignore the Gradle cache directory.
.gradle/
# Ignore the output that Gradle generates in the "build/" directories...
build/
# ...but not the source code in the "edu.ucar.build" package.
!**/src/**/edu/ucar/build/
# Ignore default content directory for mock servlets
tds/src/content/
#More testing stuff
tds/src/test/data/thredds/cataloggen/config/
tds/src/test/data/thredds/logs/
opendap/src/test/data/test.*.*
tds/src/test/content/thredds/logs
tds/src/test/content/thredds/cache
tds/src/test/content/thredds/state
tds/src/test/content/thredds/notebooks/default_viewer.ipynb
tds/src/test/content/thredds/templates/
tds/src/test/content/README.txt
tds/src/test/content/thredds/README.txt
# OS generated files
.DS_Store*
ehthumbs.db
# On Windows (and Mac?), it appears that the "Icon" line is followed by two blank lines.
# DO NOT DELETE THEM. They are actually carraige returns ('\r'), and are part of the pattern.
# See https://github.com/github/gitignore/pull/183
Icon
Thumbs.db
*.swp
*.*~
._*
# Coverity files
cov-int
thredds.tgz
# ignore shade plugin generated dependency-reduced-pom for ncIdv
ncIdv/dependency-reduced-pom.xml
# dependency check NVD files
project-files/owasp-dependency-check/nvd