forked from PASTAplus/PASTA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
39 lines (39 loc) · 936 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
.classpath
.project
.settings
.mymetadata
.myeclipse
.myumldata
.DS_Store
.idea
.tern-project
*.iml
/out
classes
build
java-to-xml
web-service-api
*/WebRoot/META-INF/
*/WebRoot/WEB-INF/lib/
common/WebRoot
common/lib
common/src/edu/lternet/pasta/common/proxy/PastaUrls.properties
common/test/edu/lternet/pasta/common/security/auth/UserCreds.properties
*/WebRoot/WEB-INF/conf/*.properties
*/WebRoot/WEB-INF/doc/
/Gatekeeper/WebRoot/WEB-INF/conf/private-key.ser
/Gatekeeper/WebRoot/WEB-INF/conf/lternet.jks
/Gatekeeper/WebRoot/WEB-INF/web.xml
/Gatekeeper/WebRoot/index.jsp
/DataPackageManager/test/data/NoneSuchBugCount.xml
/DataPackageManager/WebRoot/xml/qualityReportTemplate.xml
/DataPackageManager/WebRoot/WEB-INF/conf/ezidstage.jks
/DataPortal2/test/data/NoneSuchBugCount.xml
/utilities/bin
*/build.properties
*/src/META-INF/persistence.xml
*/documents/javadoc
/shell/env.sh
/documentation/_build/*
/documentation/deprecated
.vscode/*