Skip to content

Commit 21d2f7e

Browse files
committed
Update Grails.gitignore to include default files
Only files under /web-app/WEB-INF/classes (build output) should be ignored by Git. Grails generates a few default (unchanging) files (applicationContext.xml, sitemesh.xml, a bunch of *.tld) that need to be there for some plugins to function properly (e.g., grails war).
1 parent 5979282 commit 21d2f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Grails.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# .gitignore for Grails 1.2 and 1.3
22

33
# web application files
4-
/web-app/WEB-INF
4+
/web-app/WEB-INF/classes
55

66
# IDE support files
77
/.classpath

0 commit comments

Comments
 (0)