mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-31 01:34:09 +02:00
18 lines
250 B
Plaintext
18 lines
250 B
Plaintext
# Exclude all hidden files
|
|
.*
|
|
# But not .gitignore and .vagrant-puppet
|
|
!.gitignore
|
|
!.vagrant-puppet
|
|
|
|
build/
|
|
test/js/npm-debug.log
|
|
|
|
# ./configure output
|
|
config.log
|
|
|
|
# cmd tester
|
|
test/php/bin/extcmd_test
|
|
|
|
# misc test output
|
|
test/frontend/static/public
|