This commit is contained in:
bwnyasse
2026-01-10 21:22:35 -05:00
parent 90455d9181
commit d43a14ee0c
116 changed files with 41323 additions and 19 deletions

1
apps/mobile-client/.keep Normal file
View File

@@ -0,0 +1 @@

1
apps/mobile-staff/.keep Normal file
View File

@@ -0,0 +1 @@

41
apps/web-dashboard/.gitignore vendored Normal file
View File

@@ -0,0 +1,41 @@
# Dependencies
/node_modules
/.pnp
.pnp.js
# Testing
/coverage
# Vite
.vite/
.temp/
# Local Secrets
.env
.env.local
.env.*.local
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*
# Build output
dist
dist-ssr
*.local
# Editor directories and files
.vscode/*
!.vscode/extensions.json
.idea
.DS_Store
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?