Re-added tmp/pids folder and added .gitignore exclusion because of zammad services not running correctly.

This commit is contained in:
Thorsten Eckel 2016-12-07 10:31:00 +01:00
parent b2b68fd8b2
commit 8f983df395
2 changed files with 7 additions and 1 deletions

8
.gitignore vendored
View File

@ -15,11 +15,17 @@
# Ignore all logfiles and tempfiles.
/log
/tmp
/tmp/*
/tmp/pids/*
/public/assets/*.*
/public/assets/app
/public/assets/custom
# except /tmp/pids/ which is needed for certain Zammad processes
!/tmp
!/tmp/pids
!/tmp/pids/.keep
# Ignore custom gem file
/Gemfile.local

0
tmp/pids/.keep Normal file
View File