Files
huike-front/.gitignore
T
weli a661e439a0 chore: initialize frontend repo with teaching terminology updates
Add the current frontend codebase with a baseline .gitignore and update piano-specific UI terms to teaching-oriented terms for the current product context.

Made-with: Cursor
2026-04-23 16:37:14 +08:00

36 lines
341 B
Plaintext

# dependencies
node_modules/
# build output
dist/
build/
coverage/
.nyc_output/
# logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# env files
.env
.env.*
!.env.example
# editor and OS
.DS_Store
.idea/
.vscode/
*.swp
# test/cache
.cache/
.eslintcache
.stylelintcache
# generated by tooling
*.tsbuildinfo