Initial upload: gitignore-gen Rust CLI tool with 100+ templates
Some checks failed
CI / build (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled

This commit is contained in:
2026-02-04 04:43:12 +00:00
parent 5fbf8d7780
commit 46b79f20b9

54
app/gitignore-gen/.gitignore vendored Normal file
View File

@@ -0,0 +1,54 @@
# Generated by gitignore-gen
# Build results
/target
**/target/
Cargo.lock
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Editor
*.orig
*.rej
*.bak
*~
# Testing
coverage/
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
logs
*.log
# Misc
*.pem
.env
.env.local
.env.*.local
# IDE - CLion
/.idea/
cmake-build-*/
# IDE - VSCode
.vscode/
# IDE - IntelliJ
*.iml
*.ipr
*.iws