test-simple-calculator/.gitignore
viet-anh.n b735bb6be8 [TSC-14] Initialise Vite + React + TypeScript project
Scaffold Vite 8 + React 19 + TypeScript project using the react-ts template.
Removes the previous plain HTML/CSS/JS files and replaces them with the
Vite scaffold. npm run dev verified to start without errors.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-20 10:34:35 +00:00

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?