Add more language templates (Haskell, Elixir, Clojure, .NET, OCaml, Rust-Cargo)
Some checks failed
CI / test (push) Has been cancelled
Some checks failed
CI / test (push) Has been cancelled
This commit is contained in:
29
gitignore_generator/templates/languages/rust-cargo.gitignore
Normal file
29
gitignore_generator/templates/languages/rust-cargo.gitignore
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
# Cargo
|
||||||
|
target/
|
||||||
|
|
||||||
|
# Backup files
|
||||||
|
*.bak
|
||||||
|
|
||||||
|
# RustRover
|
||||||
|
.cargo/
|
||||||
|
.config/
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
|
||||||
|
# OS
|
||||||
|
.DS_Store
|
||||||
|
.DS_Store?
|
||||||
|
._*
|
||||||
|
.Spotlight-V100
|
||||||
|
.Trashes
|
||||||
|
ehthumbs.db
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
**/*.rs.bk
|
||||||
|
Cargo.lock
|
||||||
Reference in New Issue
Block a user