diff --git a/.dockerignore b/.dockerignore index 6a47c25362..7833abd64f 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,11 @@ backend/node_modules -frontend/node_modules \ No newline at end of file +frontend/node_modules +backend/frontend-build +**/node_modules +**/.next +.dockerignore +.git +README.md +.dockerignore +**/Dockerfile +.next diff --git a/.gitignore b/.gitignore index e20264303e..24dc274bad 100644 --- a/.gitignore +++ b/.gitignore @@ -59,4 +59,6 @@ yarn-error.log* .infisical.json # Editor specific -.vscode/* \ No newline at end of file +.vscode/* + +frontend-build \ No newline at end of file