Initial upload: Git Commit Prefix Generator v0.1.0
Some checks failed
CI / test (push) Has been cancelled

This commit is contained in:
2026-01-31 11:37:30 +00:00
parent e9480b0e06
commit 3bde072b02

20
.gitignore vendored Normal file
View File

@@ -0,0 +1,20 @@
# Build outputs
target/
Cargo.lock
# IDE
.idea/
.vscode/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Local env
.env
.env.local
# Generated docs
docs/