66 lines
730 B
Plaintext
Executable File
66 lines
730 B
Plaintext
Executable File
# Node modules and dependencies
|
|
node_modules/
|
|
bower_components/
|
|
vendor/
|
|
|
|
# Build and compiled files
|
|
/.vite
|
|
dist
|
|
dist-ssr
|
|
build/
|
|
*.min.css
|
|
*.min.js
|
|
*.map
|
|
*.local
|
|
|
|
# Cache and temporary files
|
|
.tmp
|
|
.cache
|
|
*.tmp
|
|
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
|
|
# IDE and editor files
|
|
.vscode/
|
|
.idea/
|
|
*.iml
|
|
*.ipynb
|
|
*.swp
|
|
*.swo
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
Desktop.ini
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
!.env.example
|
|
|
|
# Vite cache
|
|
.vite
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
|
|
# Vite cache
|
|
.vite
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
|
|
.vscode/*
|
|
!.vscode/extensions.json
|