1 Star 0 Fork 10

韦相铭 / gitignore

forked from Gitee 极速下载 / gitignore 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Grails.gitignore 583 Bytes
一键复制 编辑 原始数据 按行查看 历史
Justin Grant 提交于 2014-09-08 00:52 . Adding additional comments
# .gitignore for Grails 1.2 and 1.3
# Although this should work for most versions of grails, it is
# suggested that you use the "grails integrate-with --git" command
# to generate your .gitignore file.
# web application files
/web-app/WEB-INF/classes
# default HSQL database files for production mode
/prodDb.*
# general HSQL database files
*Db.properties
*Db.script
# logs
/stacktrace.log
/test/reports
/logs
# project release file
/*.war
# plugin release files
/*.zip
/plugin.xml
# older plugin install locations
/plugins
/web-app/plugins
# "temporary" build files
/target
1
https://gitee.com/bestming/gitignore.git
git@gitee.com:bestming/gitignore.git
bestming
gitignore
gitignore
master

搜索帮助