icingaweb2/.gitignore
2014-12-10 16:03:47 +01:00

15 lines
192 B
Plaintext

# Exclude all hidden files
.*
# Except those related to git and vagrant
!.git*
!.puppet*
# Exclude application log files
var/log/*
# Exclude symlink you need for packaging
/debian
build/*