Updated gitignore paths.
This commit is contained in:
parent
448a87e693
commit
be489cc5b2
1 changed files with 8 additions and 7 deletions
15
.gitignore
vendored
15
.gitignore
vendored
|
@ -1,7 +1,8 @@
|
||||||
/.tmp-package
|
.tmp-package
|
||||||
/composer
|
composer
|
||||||
/doc
|
doc
|
||||||
/easyappointments.zip
|
easyappointments.zip
|
||||||
/node_modules
|
node_modules
|
||||||
/src/application/logs/*
|
src/application/logs/*
|
||||||
/src/config.php
|
!src/application/logs/index.html
|
||||||
|
src/config.php
|
||||||
|
|
Loading…
Reference in a new issue