Fixed gitignore to ignore target folders

main
Peery 1 year ago
parent af54945575
commit 0945923f9f

4
.gitignore vendored

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

Loading…
Cancel
Save