Initial upload: gitignore-gen Rust CLI tool with 100+ templates
This commit is contained in:
54
app/gitignore-gen/.gitignore
vendored
Normal file
54
app/gitignore-gen/.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user