icingaweb2/.gitattributes

12 lines
418 B
Plaintext
Raw Normal View History

# Exclude files related to git when generating an archive
.git* export-ignore
# Exclude Vagrant and Puppet related files when generating an archive
.puppet* export-ignore
Vagrantfile export-ignore
# Normalize puppet manifests' line endings to LF on checkin and prevent conversion to CRLF when the files are checked out
2014-12-10 16:03:47 +01:00
.puppet* eol=lf
# Include version information on `git archive'
/application/VERSION export-subst