Merge pull request #954 from krtek/patch-1
Removed IDE-specific rules from Grails template
This commit is contained in:
commit
2544a6b710
@ -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 @@
|
|||||||
|
|
||||||
# "temporary" build files
|
# "temporary" build files
|
||||||
/target
|
/target
|
||||||
|
|
||||||
# other
|
|
||||||
*.iws
|
|
||||||
|
Loading…
Reference in New Issue
Block a user