Re-added tmp/pids folder and added .gitignore exclusion because of zammad services not running correctly.
This commit is contained in:
parent
b2b68fd8b2
commit
8f983df395
2 changed files with 7 additions and 1 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -15,11 +15,17 @@
|
||||||
|
|
||||||
# Ignore all logfiles and tempfiles.
|
# Ignore all logfiles and tempfiles.
|
||||||
/log
|
/log
|
||||||
/tmp
|
/tmp/*
|
||||||
|
/tmp/pids/*
|
||||||
/public/assets/*.*
|
/public/assets/*.*
|
||||||
/public/assets/app
|
/public/assets/app
|
||||||
/public/assets/custom
|
/public/assets/custom
|
||||||
|
|
||||||
|
# except /tmp/pids/ which is needed for certain Zammad processes
|
||||||
|
!/tmp
|
||||||
|
!/tmp/pids
|
||||||
|
!/tmp/pids/.keep
|
||||||
|
|
||||||
# Ignore custom gem file
|
# Ignore custom gem file
|
||||||
/Gemfile.local
|
/Gemfile.local
|
||||||
|
|
||||||
|
|
0
tmp/pids/.keep
Normal file
0
tmp/pids/.keep
Normal file
Loading…
Reference in a new issue