mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-08 17:15:08 +02:00
15 lines
201 B
Plaintext
15 lines
201 B
Plaintext
# Exclude all hidden files
|
|
.*
|
|
|
|
# Except those related to git and vagrant
|
|
!.git*
|
|
!.vagrant-puppet/*
|
|
|
|
# Exclude application log files
|
|
var/log/*
|
|
|
|
# Exclude symlink you need for packaging
|
|
/debian
|
|
|
|
build/*
|