Update gitignore to exclude object and lock files

This commit is contained in:
2026-05-07 10:45:09 +02:00
parent c36d5e66b8
commit cfbabc3462

2
.gitignore vendored
View File

@@ -75,3 +75,5 @@ venv
venv/ venv/
yarn-debug.log* yarn-debug.log*
yarn-error.log* yarn-error.log*
*.o
*.lock