chore: update .gitignore

This commit is contained in:
Rekai Nyangadzayi Musuka 2021-05-05 18:37:11 -05:00
parent af3edde2ab
commit f4e0a024eb
2 changed files with 8 additions and 1 deletions

6
.gitignore vendored
View File

@ -1,4 +1,8 @@
/target
/.idea
/.vscode
/bin
/bin
# Perf Data
perf.data*
flamegraph.svg

View File

@ -14,3 +14,6 @@ gilrs = "^0.8"
pixels = "^0.2"
winit = "^0.24"
winit_input_helper = "^0.9"
[profile.release]
debug = true