forked from joergrech/KickstartWithBootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
65 lines (52 loc) · 938 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Files that should be ignored by git
# based on
# * http://stackoverflow.com/questions/470833/suggestions-for-grails-gitignore and
# * https://github.com/github/gitignore/blob/master/Grails.gitignore)
####################
# Grails specific files
*.war
*.zip
*.tld
/target
/.link_to_grails_plugins
# default HSQL database files for production mode
/prodDb.*
# general HSQL database files
*Db.properties
*Db.script
# log files
*.log
/test/reports
/logs
####################
# eclipse specific
plugin.xml
/.classpath
.classpath
/.project
.settings
/target-eclipse
org.eclipse.core.resources.prefs
org.eclipse.jdt.groovy.core.prefs
# IDEA specific
.idea
*.iml
*.iws
*.ipr
####################
# Windows specific
Thumbs.db
# Mac specific
.DS_Store
####################
# SVN specific
*/.svn/*
# Misc
/*.launch
/*.tmproj
/ivy*
#/web-app/WEB-INF
#web-app/WEB-INF/tld/c.tld
#web-app/WEB-INF/tld/fmt.tld
#*Db.properties
#*Db.script