Ignore all Cargo.lock except the one in the binary.

This commit is contained in:
Adam Ierymenko 2022-06-14 12:00:21 -04:00
parent ace16bdf05
commit 87f5398f59
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3

4
.gitignore vendored
View file

@ -1,8 +1,8 @@
/target
/**/target
#Cargo.lock
#!zerotier-system-service/Cargo.lock
Cargo.lock
!zerotier-system-service/Cargo.lock
.DS_*
.Icon*