Pārlūkot izejas kodu

a more complete .gitignore for Grails 1.2 and 1.3

pull/262/head
John J. Allison pirms 12 gadiem
vecāks
revīzija
cbf52e39a4
1 mainītis faili ar 39 papildinājumiem un 5 dzēšanām
  1. 39
    5
      Grails.gitignore

+ 39
- 5
Grails.gitignore Parādīt failu

@@ -1,10 +1,44 @@
*.iws
# .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
.settings
eclipse
stacktrace.log
target

# 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


Notiek ielāde…
Atcelt
Saglabāt