diff --git a/.gitignore b/.gitignore index a60c429..591fff7 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file