2013-05-29 17:43:20 +02:00
|
|
|
# Exclude all hidden files
|
|
|
|
.*
|
2013-06-05 11:19:12 +02:00
|
|
|
|
2014-10-30 12:56:22 +01:00
|
|
|
# Except those related to git and vagrant
|
|
|
|
!.git*
|
|
|
|
!.vagrant-puppet/*
|
2013-06-05 11:19:12 +02:00
|
|
|
|
2014-10-30 12:56:22 +01:00
|
|
|
# Exclude enabled modules
|
2013-07-12 16:13:19 +02:00
|
|
|
config/enabledModules/
|
2013-07-30 16:02:05 +02:00
|
|
|
|
2014-10-30 12:56:22 +01:00
|
|
|
# Exclude application log files
|
|
|
|
var/log/*
|