From 787c9f592a2f0976bef991d08ba7d5def3714b45 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 29 Jan 2026 15:12:31 +0000 Subject: [PATCH] Initial commit: ConfigForge multi-format config converter CLI --- .gitignore | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9dbaac2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,33 @@ +# Target directory for compiled artifacts +target/ + +# Cargo lock file (optional, remove if using Cargo.lock for binaries) +Cargo.lock + +# IDE and editor files +.idea/ +.vscode/ +*.swp +*.swo +*~ + +# OS generated files +.DS_Store +Thumbs.db + +# Environment files +.env +.env.local +*.local + +# Log files +*.log +logs/ + +# Test coverage +coverage/ + +# Temporary files +*.tmp +*.temp +temp/