Fixed gitignore to ignore target folders

main
Peery 1 year ago
parent af54945575
commit 0945923f9f

4
.gitignore vendored

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

Loading…
Cancel
Save