604032ae65
- Vite 8 with @tailwindcss/vite plugin (no PostCSS needed) - Tailwind v4: imports only theme.css + utilities.css, skipping preflight - MUI v9 with Emotion, CssBaseline replaces Tailwind preflight - StyledEngineProvider injectFirst + CSS @layer order for correct cascade - React Router v7 imported from react-router - Home page demonstrating MUI components + Tailwind utility classes together Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
25 lines
253 B
Plaintext
25 lines
253 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
|
|
*.local
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|