-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v1.0.6: various improvements and bug fixes.
Showing
37 changed files
with
3,356 additions
and
705 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,12 @@ | ||
# .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 | ||
Thumbs.db | ||
.DS_Store | ||
.gradle | ||
build/ | ||
out/ | ||
.idea | ||
*.iml | ||
*.ipr | ||
*.iws | ||
.project | ||
.settings | ||
.classpath |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.