mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
17 lines
497 B
Plaintext
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
|