Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,6 @@ pnpm
local.env
**/.env

deploy/log
deploy/config/*.ini
deploy/config/*.json
deploy/config/*.php
deploy/config/extensions

test/log
test/mwlog
test/suites/config
Expand Down
7 changes: 7 additions & 0 deletions deploy/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@

config/*.ini
config/*.json
config/*.php
config/extensions
docker-compose.local.yml
log
Loading