forked from opentext-idol/find
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
51 lines (44 loc) · 793 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
40
41
42
43
44
45
46
47
48
49
50
51
# Java
*.class
*.log
*.jar
*.war
# IntelliJ
.idea/
*.ipr
*.iml
*.iws
*.ids
# Archetype
filter-dev.properties
# Libraries
webapp/core/src/main/public/static/bower_components/
webapp/core/node_modules/
webapp/hod/node_modules/
webapp/idol/node_modules/
webapp/core/.grunt/
webapp/core/spec-runner.html
webapp/hod/.grunt/
webapp/hod/spec-runner.html
webapp/idol/.grunt/
webapp/idol/spec-runner.html
# Vagrant
.vagrant/
cookbooks/
tmp/
vagrant/packagecache/
vagrant/scriptcache/
# Database
*.db
# Selenium
webapp/selenium-tests/integration-tests/.output/
webapp/.output/
# Maven
log/ #webapp?
webapp/core/target/
webapp/hod/target/
webapp/idol/target/
webapp/selenium-tests/integration-tests/target/
webapp/selenium-tests/mockui/target/
webapp/hsod-dist/target/
webapp/on-prem-dist/target/