diff --git a/.dockerignore b/.dockerignore index 74388087b7..d90abe52e7 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,20 +1,29 @@ -.git* -.idea -.vscode -README* -RELEASE.txt -appProduction* -bundle* -**/node_modules +# Tooling artifacts +**/.git +**/.github +**/.fleet +**/.idea +**/.vscode + +# Meteor artifacts +**/bundle **/.npm -cache* +**/.meteor/local +**/node_modules + +# MATS artifacts +**/*.md container_deployment -kubernetes home -logs +kubernetes +METexpress scripts server_configuration_files -static -tests -tmp* -METexpress +**/tests +build.sh +RELEASE.txt + +# Development files +**/tmp* +cache* +logs \ No newline at end of file diff --git a/home/.dockerignore b/home/.dockerignore index e25a7cdb46..012c2ee4b9 100644 --- a/home/.dockerignore +++ b/home/.dockerignore @@ -1,8 +1,9 @@ # Tooling artifacts -.git/ -.github/ -.idea/ -.vscode/ +**/.git +**/.github +**/.idea +**/.vscode +**/.fleet .gitignore # Home app @@ -15,4 +16,7 @@ LICENSE home main coverage.out -settings.json \ No newline at end of file +settings.json + +# Development files +**/tmp* diff --git a/home/.gitignore b/home/.gitignore index cb391a6961..739a464202 100644 --- a/home/.gitignore +++ b/home/.gitignore @@ -1,3 +1,6 @@ # Go binaries for this project home main + +# Settings file +settings*.json