Fixed gitignore to ignore target folders
parent
af54945575
commit
0945923f9f
@ -1,4 +1,4 @@
|
||||
__pycache__
|
||||
.idea/
|
||||
.vscode
|
||||
target/ # build folder for Rust applications
|
||||
.vscode/
|
||||
target/
|
||||
|
Loading…
Reference in New Issue