Do not spread .gitattributes over multiple files
This commit is contained in:
parent
344bda04b9
commit
cf7e768f39
|
@ -1 +1,5 @@
|
||||||
|
# Exclude files related to git when generating an archive
|
||||||
.git* export-ignore
|
.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
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
* -crlf
|
|
Loading…
Reference in New Issue