mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-09 05:53:44 +02:00
Ignore all Cargo.lock except the one in the binary.
This commit is contained in:
parent
ace16bdf05
commit
87f5398f59
1 changed files with 2 additions and 2 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,8 +1,8 @@
|
||||||
/target
|
/target
|
||||||
/**/target
|
/**/target
|
||||||
|
|
||||||
#Cargo.lock
|
Cargo.lock
|
||||||
#!zerotier-system-service/Cargo.lock
|
!zerotier-system-service/Cargo.lock
|
||||||
|
|
||||||
.DS_*
|
.DS_*
|
||||||
.Icon*
|
.Icon*
|
||||||
|
|
Loading…
Add table
Reference in a new issue