icingaweb2/.gitattributes
Eric Lippmann 4a2ee11a1d Merge pull request #4964 from Icinga/packaging
Packaging Adjustments
2023-01-12 10:59:44 +01:00

17 lines
497 B
Plaintext

test/ export-ignore
.git* export-ignore
CONTRIBUTING.md export-ignore
icingaweb2-ruleset.xml export-ignore
phpcs.xml export-ignore
RELEASE.md 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