mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
Clean .gitignore file
Note to all developers: You must not add your local crap here. Use .git/info/exclude.
This commit is contained in:
parent
d40497cca2
commit
344bda04b9
46
.gitignore
vendored
46
.gitignore
vendored
@ -1,46 +1,12 @@
|
|||||||
# Exclude all hidden files
|
# Exclude all hidden files
|
||||||
.*
|
.*
|
||||||
# But not .gitignore, .gitattributes, .vagrant-puppet, .htaccess and .gitkeep
|
|
||||||
!.gitignore
|
|
||||||
!.gitattributes
|
|
||||||
!.vagrant-puppet
|
|
||||||
!public/.htaccess
|
|
||||||
!packages/rhel/usr/share/icingaweb/public/.htaccess
|
|
||||||
!public/.htaccess.in
|
|
||||||
!.gitkeep
|
|
||||||
|
|
||||||
build/
|
# Except those related to git and vagrant
|
||||||
|
!.git*
|
||||||
|
!.vagrant-puppet/*
|
||||||
|
|
||||||
development/
|
# Exclude enabled modules
|
||||||
|
|
||||||
# ./configure output
|
|
||||||
config.log
|
|
||||||
autom4te.cache
|
|
||||||
autoscan*
|
|
||||||
config.status
|
|
||||||
Makefile
|
|
||||||
|
|
||||||
# cmd tester
|
|
||||||
modules/test/bin/extcmd_test
|
|
||||||
|
|
||||||
# misc test output
|
|
||||||
test/php/library/Icinga/Protocol/Statusdat/.cache
|
|
||||||
|
|
||||||
# Generated API documentation
|
|
||||||
doc/api
|
|
||||||
|
|
||||||
# Enabled modules
|
|
||||||
config/enabledModules/
|
config/enabledModules/
|
||||||
|
|
||||||
# User preferences
|
# Exclude application log files
|
||||||
config/preferences/*.ini
|
var/log/*
|
||||||
|
|
||||||
# Application logfiles
|
|
||||||
var/log/*.log
|
|
||||||
|
|
||||||
# Packaging
|
|
||||||
/debian
|
|
||||||
*.tar.gz
|
|
||||||
*.komodoproject
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user