git: Fix .puppet path
This commit is contained in:
parent
4e8595f0c5
commit
9b6c90bf98
|
@ -2,4 +2,4 @@
|
|||
.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
|
||||
.puppet* eol=lf
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# Except those related to git and vagrant
|
||||
!.git*
|
||||
!.vagrant-puppet*
|
||||
!.puppet*
|
||||
|
||||
# Exclude application log files
|
||||
var/log/*
|
||||
|
|
Loading…
Reference in New Issue