must ignore lock files
This commit is contained in:
8
.gitignore
vendored
8
.gitignore
vendored
@@ -1,5 +1,5 @@
|
||||
# file: .gitignore
|
||||
# version: 1
|
||||
# version: 2
|
||||
|
||||
# Rust build artifacts
|
||||
# /target/ # target is outside.
|
||||
@@ -65,9 +65,3 @@ Thumbs.db
|
||||
# Python helper artifacts
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
|
||||
# Dependency lockfiles are intentionally versioned.
|
||||
!Cargo.lock
|
||||
!package-lock.json
|
||||
!pnpm-lock.yaml
|
||||
!yarn.lock
|
||||
Reference in New Issue
Block a user