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
_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
*
!docker/*
!docker_config.json
!filebrowser

View File

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