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