From ef77013ac5ca5c5b9fcca5a623aff7f4b25da612 Mon Sep 17 00:00:00 2001 From: tp_dhu Date: Sat, 8 Feb 2025 05:55:40 +0000 Subject: [PATCH] added public/tmp to .gitignore --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 020b72a..4b4b270 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /lib/ /downloads/ -/app/.env.cfg \ No newline at end of file +/app/.env.cfg +/public/tmp/ \ No newline at end of file