Commit 2544a6b7 authored by Carl Suster's avatar Carl Suster

Merge pull request #954 from krtek/patch-1

Removed IDE-specific rules from Grails template
parents 09e6aac9 7f7df065
...@@ -3,16 +3,6 @@ ...@@ -3,16 +3,6 @@
# web application files # web application files
/web-app/WEB-INF/classes /web-app/WEB-INF/classes
# IDE support files
/.classpath
/.launch
/.project
/.settings
/*.launch
/*.tmproj
/ivy*
/eclipse
# default HSQL database files for production mode # default HSQL database files for production mode
/prodDb.* /prodDb.*
...@@ -38,6 +28,3 @@ ...@@ -38,6 +28,3 @@
# "temporary" build files # "temporary" build files
/target /target
# other
*.iws
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment