update git ignore

This commit is contained in:
DefectingCat
2023-05-09 16:09:21 +08:00
parent e1ebde7e50
commit c66137f842
2 changed files with 2 additions and 6 deletions

View File

@ -1,5 +0,0 @@
[target.x86_64-unknown-linux-musl]
linker = "x86_64-linux-musl-gcc"
[target.x86_64-pc-windows-gnu]
linker = "x86_64-w64-mingw32-gcc"

3
.gitignore vendored
View File

@ -1,4 +1,5 @@
/target /target
config.json config.json
logs/ logs/
.DS_Store .DS_Store
.cargo