浏览代码

Added common .gitignore for the Grails framework

pull/67/head
Dmitriy Kopylenko 13 年前
父节点
当前提交
43b75915e7
共有 1 个文件被更改,包括 10 次插入0 次删除
  1. 10
    0
      Grails.gitignore

+ 10
- 0
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

正在加载...
取消
保存