Update .gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -19,6 +19,6 @@ data/files
|
|||||||
data/cache
|
data/cache
|
||||||
/vendor
|
/vendor
|
||||||
*.bak
|
*.bak
|
||||||
!.docker/kanboard/config.php
|
!docker/kanboard/config.php
|
||||||
node_modules
|
node_modules
|
||||||
bower_components
|
bower_components
|
||||||
|
|||||||
4
docker/kanboard/config.php
Normal file
4
docker/kanboard/config.php
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
<?php
|
||||||
|
|
||||||
|
define('ENABLE_URL_REWRITE', true);
|
||||||
|
define('LOG_DRIVER', 'stderr');
|
||||||
Reference in New Issue
Block a user