Git: Specify files to ignore
This commit is contained in:
parent
4d6a50faa7
commit
8675ac3713
|
@ -0,0 +1,5 @@
|
||||||
|
# Exclude all hidden files
|
||||||
|
.*
|
||||||
|
# But not .gitignore and .vagrant-puppet
|
||||||
|
!.gitignore
|
||||||
|
!.vagrant-puppet
|
Loading…
Reference in New Issue