Added target/ folder to gitignore

The target folder is a build folder for rust and therefore not to be tracked by git.
main
Peery 1 year ago
parent c7ffe2b2d1
commit af54945575

1
.gitignore vendored

@ -1,3 +1,4 @@
__pycache__
.idea/
.vscode
target/ # build folder for Rust applications

Loading…
Cancel
Save