diff options
author | Dmitriy Kopylenko <dima767@gmail.com> | 2010-11-09 21:46:25 +0800 |
---|---|---|
committer | Chris Wanstrath <chris@ozmm.org> | 2010-11-10 03:44:06 +0800 |
commit | 43b75915e79bbc521285009d658a0f8fbb350018 (patch) | |
tree | 4e65b8fe0cfb94692d756d53fe7dce8a026527b0 /Grails.gitignore | |
parent | 3d54ffb5fd25c76a8ccb0110fd9cc09b7f522b84 (diff) | |
download | gitignore-43b75915e79bbc521285009d658a0f8fbb350018.tar.gz gitignore-43b75915e79bbc521285009d658a0f8fbb350018.zip |
Added common .gitignore for the Grails framework
Diffstat (limited to 'Grails.gitignore')
-rw-r--r-- | Grails.gitignore | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Grails.gitignore b/Grails.gitignore new file mode 100644 index 00000000..a9b997da --- /dev/null +++ b/Grails.gitignore @@ -0,0 +1,10 @@ +*.iws +*Db.properties +*Db.script +.settings +eclipse +stacktrace.log +target +/plugins +/web-app/plugins +/web-app/WEB-INF/classes |