diff --git a/.dockerignore b/.dockerignore index 9319e10..d9c9c25 100644 --- a/.dockerignore +++ b/.dockerignore @@ -6,4 +6,8 @@ Dockerfile .gitignore README.md *.example +.env +labels +subscriptions.json + diff --git a/.gitignore b/.gitignore index d4f67a2..a8c2dbd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ myenv .vscode .cursor +subscriptions.json # Node.js node_modules/ @@ -8,7 +9,6 @@ npm-debug.log* yarn-debug.log* yarn-error.log* .env -subscriptions.json # OS generated files .DS_Store