-
Notifications
You must be signed in to change notification settings - Fork 143
/
.gitignore
72 lines (63 loc) · 976 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# .gitignore for owf
# logs
/stacktrace.log
/test/reports
/logs
# older plugin install locations
# /plugins
/web-app/plugins
/web-app/WEB-INF/classes
# "temporary" files
/staging
/build-base*
#/src
target
/build.number
/cobertura.ser
/lib
/work
js-min
/js-plugins/*.gz.js
/bin
/target-eclipse
/prodDb.properties
/prodDb.log
/prodDb.bak
*.sass-cache
*.css
web-app/WEB-INF/grails-app
test-widgets/html-widgets/src/main/webapp/images/dragAndDrop/
test-widgets/html-widgets/src/main/webapp/js-lib/
test-widgets/html-widgets/src/main/webapp/js/
/src/assemble/docs/jsdoc/
*.zip
owf-widget-debug.js
owf-widget-min.js
owf-widget-min.gz.js
# OS generated files #
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
# IDE support files
/.classpath
/.launch
/.project
/.settings
/*.launch
/*.tmproj
/ivy*
/eclipse
.*.swp
# Plugins that will no longer be in source
/plugins/tomcat-*
/plugins/cors-*
/plugins/ozone-auditing-*
/.idea
/*.iml
/*.iws
/*.ipr