From 70e0648b4e762fc71cee25ffe89107f08d2350bc Mon Sep 17 00:00:00 2001 From: Joep Date: Sat, 9 Sep 2023 15:03:47 +0200 Subject: [PATCH] reverted dockerignore to original --- .dockerignore | 40 ++++------------------------------- frontend/src/stores/layout.ts | 1 + 2 files changed, 5 insertions(+), 36 deletions(-) diff --git a/.dockerignore b/.dockerignore index 48661e9a..d1f98f1b 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,36 +1,4 @@ -*.db -*.bak -_old -rice-box.go -.idea/ -/filebrowser -/filebrowser.exe -/dist - -.DS_Store -node_modules - -# local env files -.env.local -.env.*.local - -# Log files -npm-debug.log* -yarn-debug.log* -yarn-error.log* - -# Editor directories and files -.idea -.vscode -*.suo -*.ntvs* -*.njsproj -*.sln -*.sw* -bin/ -build/ - -/frontend/dist/* -!/frontend/dist/.gitkeep - -default.nix \ No newline at end of file +* +!docker/* +!docker_config.json +!filebrowser \ No newline at end of file diff --git a/frontend/src/stores/layout.ts b/frontend/src/stores/layout.ts index c8ba2ba9..b3d7fc96 100644 --- a/frontend/src/stores/layout.ts +++ b/frontend/src/stores/layout.ts @@ -39,6 +39,7 @@ export const useLayoutStore = defineStore("layout", { }, showError() { this.show = "error"; + console.error(' error') }, showSuccess() { this.show = "success";