-
Notifications
You must be signed in to change notification settings - Fork 15
/
.gitignore
98 lines (78 loc) · 1.3 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
# Ignore project files
.idea
*.iml
*.sublime-workspace
# Ignore libraries
node_modules
components/bower
selenium
# Ignore dist package
coverage
test-results.xml
build
dist
.grunt
# Ignore logs
*.log
# Ignore tmp directory
tmp
.tmp
# grails
# web application files
# /web-app/WEB-INF
# IDE support files
/.classpath
/.launch
/.project
/.settings
/*.launch
/*.tmproj
/ivy*
/eclipse
/.grails
*.sublime-workspace
/bower_components
/node_modules
# Intellij project files
.idea
*.iml
# default HSQL database files for production mode
/prodDb.*
# general HSQL database files
*Db.properties
*Db.script
# logs
/stacktrace.log
/npm-debug.log
/test/reports
/logs
/out
# project release file
/*.war
# plugin release file
/*.zip
# "temporary" build files
/target
/tomcat.8080
/web-app/WEB-INF/atmosphere-meteor-decorators.xml
# other
*.iws
# Configuration
grails-app/conf/9ci-config.properties
# Compiled CoffeeScripts
/web-app/js/app
**/grails-app/assets/javascripts/app/**/*.js
# Tests temporary files
test-results.xml
/coverage
/test/coffee/node_modules
/test/protractor/node_modules
/test/protractor/selenium
grails-app/conf/9ci-config.groovy
grails-app/conf/RcmAppSetupConfigDeveloper.groovy
web-app/WEB-INF/atmosphere-meteor-decorators.xml
.gradle/
.grails/
.cache
examples/ag-demo-grails/src/main/resources/public
.env