Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 5 additions & 11 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,9 +1,3 @@
# Ignore all target directories
target/

# Ignore possible THREDDS content directories
tds/content/

# Ignore unwanted IntelliJ IDEA project files
/intelliJ/
/intellij/
Expand All @@ -12,11 +6,8 @@ tds/content/
*.iws
.idea/
atlassian-ide-plugin.xml

# ignore intellij compile directories
# `module`/out/ (i.e. tds/out)
.junie
*/out/
# `module`/`submodule`/out (i.e. dap4/d4core/out/)
*/*/out/

# Ignore Dreamweaver balogna
Expand Down Expand Up @@ -45,7 +36,7 @@ build/
# Ignore default content directory for mock servlets
tds/src/content/

#More testing stuff
# More testing stuff
opendap/src/test/data/test.*.*

# OS generated files
Expand All @@ -69,3 +60,6 @@ project-files/owasp-dependency-check/nvd

# native binary distribution files
project-files/native

# JDK related files
*.hprof