-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
36 lines (36 loc) · 893 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
engine/target/
engine-container/target/
rules/target/
web/target/
persistence/target/
.project
.settings/
engine/.classpath
engine-container/.classpath
rules/.classpath
web/.classpath
persistence/.classpath
web/src/main/webapp/apidocs/
.sonar/
target/
ansible/single-vm/.vagrant
ansible/multi-vm/.vagrant
ansible/roles/couchdb/files/
ansible/roles/cyc-container/files/cyc-engine-container
ansible/roles/cyc-engine/files/cyc-engine-container
ansible/roles/tomcat7/files/*.war
ansible/digital_ocean/inventory.ini
ansible/roles/tomcat7/files/server-https.xml
web/jsdoc/node_modules
rules/src/main/java/de/oglimmer/cyc/api/*Impl.java
org.eclipse.m2e.core.prefs
web/src/main/webapp/META-INF/MANIFEST.MF
/cyc.properties
scripts/*.json
docker/BuildInDockerAndDeployViaAnsible/.m2
docker/BuildInDockerAndDeployViaAnsible/repos
docker/BuildInDockerAndDeployViaAnsible/ssh
localrun/
.dbPid
.idea/
logs/