git: Fix .puppet path
This commit is contained in:
parent
4e8595f0c5
commit
9b6c90bf98
|
@ -2,4 +2,4 @@
|
||||||
.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
|
# Normalize puppet manifests' line endings to LF on checkin and prevent conversion to CRLF when the files are checked out
|
||||||
.vagrant-puppet/* eol=lf
|
.puppet* eol=lf
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
# Except those related to git and vagrant
|
# Except those related to git and vagrant
|
||||||
!.git*
|
!.git*
|
||||||
!.vagrant-puppet*
|
!.puppet*
|
||||||
|
|
||||||
# Exclude application log files
|
# Exclude application log files
|
||||||
var/log/*
|
var/log/*
|
||||||
|
|
Loading…
Reference in New Issue