35 lines
293 B
Text
35 lines
293 B
Text
# Node/Vite/Vue
|
|
node_modules/
|
|
dist/
|
|
.env
|
|
.DS_Store
|
|
*.log
|
|
|
|
# IDE
|
|
.idea/
|
|
*.iml
|
|
|
|
# OS
|
|
Thumbs.db
|
|
|
|
# Vite build output
|
|
vite/dist/
|
|
|
|
# Misc
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# VSCode
|
|
.vscode/
|
|
|
|
# Mac
|
|
*.DS_Store
|
|
|
|
# Linux
|
|
*~
|
|
|
|
# Others
|
|
public/*.tmp
|
|
|
|
/backend/migrations/create_bookings.sql
|