icinga-php-library/.gitignore

10 lines
153 B
Plaintext
Raw Normal View History

2021-07-23 12:08:36 +02:00
# Exclude all hidden files
.*
# Except those related to Git
!.git*
# Exclude assets and dependencies installed by composer
composer.lock
asset/
vendor/