chore: update .gitignore to include Node.js files and update subproject commit reference in statnerd
All checks were successful
Build LaTeX Document / build_latex (push) Successful in 2m12s

This commit is contained in:
2025-02-20 23:56:09 +01:00
parent 44d06128c1
commit 110774e255
2 changed files with 8 additions and 2 deletions

8
.gitignore vendored
View File

@@ -295,4 +295,10 @@ env/
__pycache__/
test/
venv/
.venv/
.venv/
# Node.js
**/node_modules/
npm-debug.log
yarn-error.log
yarn-debug.log*