From aa799edf2cf8e1d302acb2eef4ef9d92e1d3ad89 Mon Sep 17 00:00:00 2001 From: admin Date: Sat, 11 Oct 2025 10:13:53 +0700 Subject: [PATCH] chore(git): stop tracking top-level npm/ (NPM data) and ignore it --- .gitignore | 4 +++- backend/.gitignore | 3 +++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 backend/.gitignore diff --git a/.gitignore b/.gitignore index 92ef2a64..cf14d2c4 100644 --- a/.gitignore +++ b/.gitignore @@ -94,4 +94,6 @@ docker-compose.override.*.yml /frontend/.cache/ .tmp/ .tmp*.*/ -.cache/ \ No newline at end of file +.cache/ +# Ignore Nginx Proxy Manager data +/npm/ diff --git a/backend/.gitignore b/backend/.gitignore new file mode 100644 index 00000000..63e83a07 --- /dev/null +++ b/backend/.gitignore @@ -0,0 +1,3 @@ + +# Ignore Nginx Proxy Manager data +/npm/