parent
9b203ce698
commit
0c10b2b20b
|
@ -1,9 +1,10 @@
|
||||||
# Exclude all hidden files
|
# Exclude all hidden files
|
||||||
.*
|
.*
|
||||||
# But not .gitignore, .vagrant-puppet and .htaccess
|
# But not .gitignore, .vagrant-puppet, .htaccess and .gitkeep
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!.vagrant-puppet
|
!.vagrant-puppet
|
||||||
!public/.htaccess
|
!public/.htaccess
|
||||||
|
!.gitkeep
|
||||||
|
|
||||||
build/
|
build/
|
||||||
test/js/npm-debug.log
|
test/js/npm-debug.log
|
||||||
|
|
Loading…
Reference in New Issue