From b99f8162618eb5766023742553c4752c46e7fc3f Mon Sep 17 00:00:00 2001 From: root Date: Sat, 18 Apr 2026 11:14:08 -0400 Subject: [PATCH] update gitignore --- .gitignore | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 1979843..db3aa6f 100644 --- a/.gitignore +++ b/.gitignore @@ -23,17 +23,32 @@ /public/build/ /public/hot/ +/public/uploads/** +!/public/uploads/**/index.html +!/public/uploads/.gitkeep + +/uploads/** +!/uploads/**/index.html +!/uploads/.gitkeep docker-compose.override.yml docker-compose.local.yml *.log +.swp +.swo +*~ +.tmp .DS_Store Thumbs.db .idea/ .vscode/ +.codex/ /coverage/ /build/ +/builds /phpunit.xml.cache -/.phpunit.result.cache \ No newline at end of file +/.phpunit.result.cache +/writable/reports/* +/writable/test.txt