Grails applications and version control
问题 Which directories/files should be excluded when placing a Grails application under version control? I don't want non-source files or artifacts to be carried in SVN for my project. 回答1: here's my .gitignore (it probably contains alot of junk) .idea/ stacktrace.log test/reports/ etc/errors.txt bin-groovy/ .classpath .project *.war web-app/plugins/ web-app/resources/ classes/ test/reports/ Note that this is for grails 1.1.1. (I think before grails 1.1, plugins were stored in /plugins instead of