Files
config-forge/.gitignore
7000pctAUTO 787c9f592a
Some checks failed
CI / test (push) Has been cancelled
CI / build (push) Has been cancelled
Initial commit: ConfigForge multi-format config converter CLI
2026-01-29 15:12:31 +00:00

34 lines
364 B
Plaintext

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