mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-15 22:09:28 -04:00
5 lines
217 B
Text
5 lines
217 B
Text
# Exclude files related to git when generating an archive
|
|
.git* 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
|