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/