mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-04-15 22:09:28 -04:00
- 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
36 lines
532 B
Text
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
|