|
# Exclude all hidden files
|
|
.*
|
|
# But not .gitignore, .vagrant-puppet and .htaccess
|
|
!.gitignore
|
|
!.vagrant-puppet
|
|
!public/.htaccess
|
|
|
|
build/
|
|
test/js/npm-debug.log
|
|
|
|
# ./configure output
|
|
config.log
|
|
|
|
# cmd tester
|
|
test/php/bin/extcmd_test
|
|
|
|
# misc test output
|
|
test/frontend/static/public
|