Updated the .gitignore (Include VS Code stuff) #1

Merged
EliasSchriefer merged 1 commits from bettergitignore into main 2021-04-06 23:46:50 +02:00

20
.gitignore vendored
View File

@ -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