Update .gitignore

This commit is contained in:
Frederic Guillot 2016-07-02 22:39:39 -04:00
parent f1ef7f4292
commit 4f9e522438
No known key found for this signature in database
GPG Key ID: 92D77191BA7FBC99
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@ -19,6 +19,6 @@ data/files
data/cache
/vendor
*.bak
!.docker/kanboard/config.php
!docker/kanboard/config.php
node_modules
bower_components

View File

@ -0,0 +1,4 @@
<?php
define('ENABLE_URL_REWRITE', true);
define('LOG_DRIVER', 'stderr');