Add .gitignore to php-worker (#1780)

* Add .gitignore
* Change file to example.
This commit is contained in:
ThunderbirdsX3 2018-09-08 20:31:58 +07:00 committed by Shao Yu-Lung (Allen)
parent 00df369e96
commit 876935452e
2 changed files with 2 additions and 1 deletions

1
php-worker/supervisord.d/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.conf

View File

@ -4,4 +4,4 @@ command=php /var/www/artisan queue:work --sleep=3 --tries=3 --daemon
autostart=true
autorestart=true
numprocs=8
redirect_stderr=true
redirect_stderr=true