- Replace emoji icons with Stargil Nails logo in header and loading spinner - Add favicon.png to public directory - Copy logo to public/assets for browser access - Update vite.config.ts to serve public directory - Add favicon link to HTML head section
49 lines
497 B
Plaintext
49 lines
497 B
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules/
|
|
dist/
|
|
dist-ssr/
|
|
.vite/
|
|
coverage/
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Turbo
|
|
.turbo
|
|
|
|
# Storage
|
|
*.local
|
|
.storage/
|
|
|
|
# Quests
|
|
.quests/
|
|
|
|
# SQLite
|
|
*.db-journal
|
|
*.db-wal
|
|
*.db-shm
|
|
etilqs_*
|
|
|
|
# Environment variables
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
.env.local
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo |