must ignore lock files

This commit is contained in:
2026-08-13 16:12:06 +02:00
parent 199550bc82
commit 4032298589

8
.gitignore vendored
View File

@@ -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