mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
6 lines
226 B
Plaintext
6 lines
226 B
Plaintext
# 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
|
|
.vagrant-puppet/* eol=lf
|