mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-09-04 00:18:16 +02:00
10 lines
153 B
Plaintext
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/
|