Fix .gitignore

This commit is contained in:
Mononaut 2024-01-11 23:22:13 +00:00
parent 60f5660b4b
commit f8cb0a0fd7
No known key found for this signature in database
GPG Key ID: A3F058E41374C04E

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
**/target
**/Cargo.lock
**/pkg
**/.DS_Store
.vscode