update gitignore

This commit is contained in:
root
2026-04-18 11:14:08 -04:00
parent 931e30b6f1
commit b99f816261
+15
View File
@@ -23,17 +23,32 @@
/public/build/ /public/build/
/public/hot/ /public/hot/
/public/uploads/**
!/public/uploads/**/index.html
!/public/uploads/.gitkeep
/uploads/**
!/uploads/**/index.html
!/uploads/.gitkeep
docker-compose.override.yml docker-compose.override.yml
docker-compose.local.yml docker-compose.local.yml
*.log *.log
.swp
.swo
*~
.tmp
.DS_Store .DS_Store
Thumbs.db Thumbs.db
.idea/ .idea/
.vscode/ .vscode/
.codex/
/coverage/ /coverage/
/build/ /build/
/builds
/phpunit.xml.cache /phpunit.xml.cache
/.phpunit.result.cache /.phpunit.result.cache
/writable/reports/*
/writable/test.txt