From 110774e255f82e59a1d6ba7744429ff02573e104 Mon Sep 17 00:00:00 2001 From: Mirko Milovanovic Date: Thu, 20 Feb 2025 23:56:09 +0100 Subject: [PATCH] chore: update .gitignore to include Node.js files and update subproject commit reference in statnerd --- .gitignore | 8 +++++++- peertube/statnerd | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ba80d82..60e446b 100644 --- a/.gitignore +++ b/.gitignore @@ -295,4 +295,10 @@ env/ __pycache__/ test/ venv/ -.venv/ \ No newline at end of file +.venv/ + +# Node.js +**/node_modules/ +npm-debug.log +yarn-error.log +yarn-debug.log* \ No newline at end of file diff --git a/peertube/statnerd b/peertube/statnerd index dc08ba4..e1dc7bc 160000 --- a/peertube/statnerd +++ b/peertube/statnerd @@ -1 +1 @@ -Subproject commit dc08ba41ca6999ca8e00d7ce5186e706e6bd817f +Subproject commit e1dc7bc5c9ff47981be8e79a40e9f7eeb68a13f9