Files
gitignore-gen/app/gitignore-gen/.gitignore
7000pctAUTO 46b79f20b9
Some checks failed
CI / build (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
Initial upload: gitignore-gen Rust CLI tool with 100+ templates
2026-02-04 04:43:12 +00:00

55 lines
416 B
Plaintext

# 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