From 1a2f9bae6dcf366336b365de4fd57fc236dc587c Mon Sep 17 00:00:00 2001 From: ReachableCEO Date: Fri, 12 Sep 2025 14:13:07 -0500 Subject: [PATCH] chore: refine .gitignore (env, logs, editors; allow .dockerignore in packages) --- .gitignore | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 614ece1..a78a58f 100644 --- a/.gitignore +++ b/.gitignore @@ -7,8 +7,19 @@ temp_* *_package_new/ packaging_temp/ -# Docker container artifacts -.dockerignore +# Common local environment and editor files +.env +*.env +*.local +*.log +.vscode/ +.idea/ +*.swp +*.swo + +# Build outputs (if any local builds are done) +dist/ +build/ # OS generated files .DS_Store