GitIgnore File for grails

Create a .gitignore file to tell git which files or folders to ignore in your grails project.

# Created by https://Shodkk.com/create-gitignore (Shantanu Bombatkar) SirDeploy Package
# It helps deploy fakeserver ReactApp on Heroku and Github Pages
#  Hope it helps || Thanks for Using SirDeploy Package

### Grails ###
# .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

 # Star the Repo https://github.com/shaantanu9/SirDeploy
# https://www.linkedin.com/in/shantanu-bombatkar/ 
# End of File
Download grails.gitignore

List Of Files and Folders That Get Ignored using this Gitignore code

Above Code Helps ignore following files from grails Project

.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

default HSQL database files for production mode

general HSQL database files

logs

project release file

plugin release files

older plugin install locations

"temporary" build files

If you have any questions or suggestions please feel free to contact us


Feedback is the most important part of any website.

If you have any query, suggestion or feedback, Please feel free to contact us.