a661e439a0
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
36 lines
341 B
Plaintext
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
|