Initial upload: gitignore-generator-cli v1.0.0 with CI/CD workflow
This commit is contained in:
19
templates/rust.gitignore
Normal file
19
templates/rust.gitignore
Normal file
@@ -0,0 +1,19 @@
|
|||||||
|
# Generated by Cargo
|
||||||
|
target/
|
||||||
|
|
||||||
|
# Cargo.lock
|
||||||
|
Cargo.lock
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.idea/
|
||||||
|
*.iml
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Backup files
|
||||||
|
*~
|
||||||
Reference in New Issue
Block a user