We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85d1796 commit cbf52e3Copy full SHA for cbf52e3
Grails.gitignore
@@ -1,10 +1,44 @@
1
-*.iws
+# .gitignore for Grails 1.2 and 1.3
2
+
3
+# web application files
4
+/web-app/WEB-INF
5
6
+# IDE support files
7
+/.classpath
8
+/.launch
9
+/.project
10
+/.settings
11
+/*.launch
12
+/*.tmproj
13
+/ivy*
14
+/eclipse
15
16
+# default HSQL database files for production mode
17
+/prodDb.*
18
19
+# general HSQL database files
20
*Db.properties
21
*Db.script
-.settings
-eclipse
-stacktrace.log
-target
22
23
+# logs
24
+/stacktrace.log
25
+/test/reports
26
+/logs
27
28
+# project release file
29
+/*.war
30
31
+# plugin release file
32
+/*.zip
33
34
+# older plugin install locations
35
/plugins
36
/web-app/plugins
37
/web-app/WEB-INF/classes
38
39
+# "temporary" build files
40
+/target
41
42
+# other
43
+*.iws
44
0 commit comments