Sha256: 9b68f67ab15514b44062309d9bc6a29db64c797df22cfd766ab3eb56d4e1b061
Contents?: true
Size: 583 Bytes
Versions: 120
Compression:
Stored size: 583 Bytes
Contents
# .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
Version data entries
120 entries across 120 versions & 3 rubygems