Browse Source

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).
pull/926/head
cknoblauch 10 years ago
parent
commit
21d2f7e1d6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Grails.gitignore

+ 1
- 1
Grails.gitignore View File

@@ -1,7 +1,7 @@
# .gitignore for Grails 1.2 and 1.3

# web application files
/web-app/WEB-INF
/web-app/WEB-INF/classes

# IDE support files
/.classpath

Loading…
Cancel
Save