removed .cargo config from repo

This commit is contained in:
jude 2020-10-12 22:44:37 +01:00
parent 84aa7c3278
commit caf581083e
2 changed files with 1 additions and 2 deletions

View File

@ -1,2 +0,0 @@
[build]
target-dir = "/home/jude/.rust_build/reminder-rs"

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
/target
.env
/venv
.cargo