generated from NOAA-OWP/owp-open-source-project-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
.gitignore
73 lines (59 loc) · 1.43 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
# Java bytecode and binary artifacts
*.class
*.jar
*.zip
# Gradle-generated directories for artifacts and caches, etc.
build
.gradle
# Eclipse-generated directories for artifacts, settings, etc.
bin
.settings
.classpath
.project
# Intellij-generated directories
out
.idea
# SonarQube-generated directories
.scannerwork
#jfr profileconfig
.profileconfig.json
# "Embedded" postgres database directory
.postgres_testinstance
# JaCoCo test coverage binaries
*.exec
# Artifacts generated by editors, debugging, logging, personal files.
*.swo
*.swp
*.ct
*.log
*.hprof
*.hprof*.txt
*.iml
*.jfr
*.tmp
# Certificate-related, such as private keys or certificate signing requests
*private*key*pem
*pkcs10*request*pem
# WRES-generated code
wres-messages/src/main/java/wres/messages/generated/*
wres-statistics/src/main/java/wres/statistics/generated/*
wres-statistics/src/main/python/wresproto/*
wres-statistics/dist/wresproto/doc/README.html
wres-statistics/dist/wresproto/src/*
# WRES-generated data
output
wres_evaluation_*
# Local zulu openjdk 11 installation
zulu11*
zulu17*
# sundry
/*.xml
/resources
/testinput/sharedinput/*
/src/wres/MainLocal.java
/wres-io/test/wres/io/writing/commaseparated/pairs/CheckActualPairsAgainstExpectedPairs.java
/.metadata/
/wres-metrics/testinput/metricProcessorEnsemblePairsByTimeTest/Contingency.R
/wres-metrics/testinput/metricProcessorEnsemblePairsByTimeTest/NOTE.txt
/wres-config/nonsrc/ProjectConfig.xsd.xml
*.gz