icinga-php-library/.gitignore
2021-11-08 13:59:52 +01:00

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/