Merge pull request 'Updated the .gitignore (Include VS Code stuff)' (#1) from bettergitignore into main
Reviewed-on: #1
This commit is contained in:
commit
a9c9ff74ec
20
.gitignore
vendored
20
.gitignore
vendored
@ -1 +1,19 @@
|
||||
/target
|
||||
# ---> VisualStudioCode
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
*.code-workspace
|
||||
|
||||
# Local History for Visual Studio Code
|
||||
.history/
|
||||
|
||||
# ---> Rust
|
||||
# Generated by Cargo
|
||||
# will have compiled files and executables
|
||||
debug/
|
||||
target/
|
||||
|
||||
# These are backup files generated by rustfmt
|
||||
**/*.rs.bk
|
||||
|
Loading…
Reference in New Issue
Block a user