icingaweb2/.gitignore
Johannes Meyer 49eb9ea30f Fix some remaining issues
- Changed "this.fail" to "this.test.fail" in frontend regression test 4606
- Restored default timezone "Europe/Berlin"
- Added "var/log/*.log" to .gitignore
- Updated default.pp so that the user apache is part of the vagrant group

refs #4606
refs #4605
refs #4640
2013-08-29 13:21:33 +02:00

36 lines
532 B
Text

# Exclude all hidden files
.*
# But not .gitignore, .vagrant-puppet, .htaccess and .gitkeep
!.gitignore
!.vagrant-puppet
!public/.htaccess
!public/.htaccess.in
!.gitkeep
build/
test/js/npm-debug.log
# ./configure output
config.log
autom4te.cache
autoscan*
config.status
Makefile
# cmd tester
test/php/bin/extcmd_test
# misc test output
test/frontend/static/public
# Generated API documentation
doc/api
# Enabled modules
config/enabledModules/
# User preferences
config/preferences/*.ini
# Application logfiles
var/log/*.log