From 3f141c8e9d738f7253c86e03bba6aa780fbd93ec Mon Sep 17 00:00:00 2001 From: Alex P Date: Tue, 18 Nov 2025 00:17:23 +0200 Subject: [PATCH] Add log files and development artifacts to gitignore --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 4969e3e4..b5967418 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,13 @@ node_modules #internal/native/lib ui/reports + +# Log files +*.log +app.log +deploy.log + +# Development files +.devcontainer.json +utilities/ +core