Initial commit: ConfigForge multi-format config converter CLI
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-01-29 15:12:31 +00:00
parent 7c3f1a6842
commit 787c9f592a

33
.gitignore vendored Normal file
View File

@@ -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/