reverted dockerignore to original

This commit is contained in:
Joep 2023-09-09 15:03:47 +02:00
parent ce01968f48
commit 70e0648b4e
2 changed files with 5 additions and 36 deletions

View File

@ -1,36 +1,4 @@
*.db *
*.bak !docker/*
_old !docker_config.json
rice-box.go !filebrowser
.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

View File

@ -39,6 +39,7 @@ export const useLayoutStore = defineStore("layout", {
}, },
showError() { showError() {
this.show = "error"; this.show = "error";
console.error(' error')
}, },
showSuccess() { showSuccess() {
this.show = "success"; this.show = "success";