mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-02-20 16:30:07 -05:00
11 lines
418 B
Text
11 lines
418 B
Text
# 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
|
|
.puppet* eol=lf
|
|
|
|
# Include version information on `git archive'
|
|
/application/VERSION export-subst
|