Added continuous scripts, incorporated Eric's ignore stuff
This commit is contained in:
21
.gitignore
vendored
21
.gitignore
vendored
@@ -1,5 +1,22 @@
|
||||
/input/images/Thumbs.db
|
||||
/input-cache/org.hl7.fhir.publisher.jar
|
||||
# Temporary folders #
|
||||
#####################
|
||||
temp
|
||||
template
|
||||
output
|
||||
|
||||
# Don't commit this because it's so large #
|
||||
###########################################
|
||||
/input-cache/org.hl7.fhir.publisher.jar
|
||||
|
||||
# Windows generated files #
|
||||
###########################
|
||||
Thumbs.db
|
||||
|
||||
# OS generated files #
|
||||
######################
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
|
||||
# backup files #
|
||||
################
|
||||
*.bak
|
||||
|
||||
Reference in New Issue
Block a user