icingaweb2/.gitignore
Eric Lippmann 40afb26b61 Replace outdated test setup code with composer.json
Also, we could require our PHP libraries as soon as we have uploaded them to
Packagist.
2025-11-06 14:35:55 +01:00

22 lines
348 B
Text

# Exclude all hidden files
.*
# Except those related to git
!.git*
!.mailmap
# Exclude application log files
var/log/*
# Exclude symlink you need for packaging
/debian
build/*
# Exclude dompdf font cache
library/vendor/dompdf/lib/fonts/*.php
library/vendor/dompdf/lib/fonts/log.htm
# Exclude files from composer install
vendor/
composer.lock