https://github.com/ppazos/cabolabs-ehrserver
Revision b7804b064d67fcb63fd121f5bdb9e80b569c58f9 authored by Pablo Pazos GutiƩrrez on 25 June 2022, 20:25:59 UTC, committed by GitHub on 25 June 2022, 20:25:59 UTC
2 parent s 13c78d1 + 5a52845
Raw File
Tip revision: b7804b064d67fcb63fd121f5bdb9e80b569c58f9 authored by Pablo Pazos GutiƩrrez on 25 June 2022, 20:25:59 UTC
Merge pull request #1107 from ppazos/1105_relax_template_id
Tip revision: b7804b0
.gitignore
# .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
/.idea
/*.iml
/*.asscache
/bin

# 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
/build
*.class
.gradle
/.gradle

# other
*.iws

*.dia~

# avoid committing local changes to db config to the shared repo
/grails-app/conf/DataSource.groovy
back to top