Sha256: 872ddb03a33685f9d5286c110e53333fe0e9882f8abe7ce8d5009d3710a295c4

Contents?: true

Size: 535 Bytes

Versions: 2

Compression:

Stored size: 535 Bytes

Contents

# .gitignore for Grails 1.2 and 1.3

# web application files
/web-app/WEB-INF

# IDE support files
/.classpath
/.launch
/.project
/.settings
/*.launch
/*.tmproj
/ivy*
/eclipse

# 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 file
/*.zip

# older plugin install locations
/plugins
/web-app/plugins
/web-app/WEB-INF/classes

# "temporary" build files
/target

# other
*.iws

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
gitignore-0.1.0 lib/gitignore/templates/Grails.gitignore
gitignore-0.0.0 lib/gitignore/templates/Grails.gitignore