-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitignore
52 lines (48 loc) · 1.47 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
.project
.settings
.classpath
.vscode
.factorypath
jetty-ssl.keystore
*/target
webservice/*/target
processing/*/target
target/*
Indexes
web/node_modules
web/src/main/resources/crowd.properties
web/src/main/resources/hibernate-ehcache.xml
web/src/main/resources/hibernate.properties
web/src/main/resources/log4j2.xml
web/src/main/resources/search.properties
web/src/main/resources/spring-local-settings.xml
web/src/main/resources/tdar.properties
web/src/main/resources/jetty/jetty-ssl.keystore.old
web/src/main/webapp/components/**/package.json
web/src/main/webapp/components/**/package-lock.json
web/src/main/webapp/components/**/yarn.lock
web/src/main/webapp/components/**/Gemfile
web/src/main/webapp/components/**/Gemfile.lock
balk/src/main/webapp/components/**/package.json
balk/src/main/webapp/components/**/package-lock.json
balk/src/main/webapp/components/**/yarn.lock
balk/src/main/webapp/components/**/Gemfile
balk/src/main/webapp/components/**/Gemfile.lock
webservice/oai-pmh/src/main/resources/hibernate-ehcache.xml
webservice/oai-pmh/src/main/resources/hibernate.properties
webservice/oai-pmh/src/main/resources/log4j2.xml
webservice/oai-pmh/src/main/resources/oai-pmh.properties
webservice/oai-pmh/src/main/resources/tdar.properties
webservice/oai-pmh/src/main/resources/spring-local-settings.xml
*/logs/tdar*
*/*/logs/tdar*
*/*/target
.DS_Store
ldap.properties
struts-local-settings.xml
.tern-project
datacite.properties
target
logs
# excludes for ansible and vagrant derivatives
.vagrant