icinga-php-library/.gitignore

10 lines
153 B
Plaintext

# Exclude all hidden files
.*
# Except those related to Git
!.git*
# Exclude assets and dependencies installed by composer
composer.lock
asset/
vendor/