lishiqi.conard 32a23cdc3e Initialize web application with React, TypeScript, and Vite setup
- Added essential project files including package.json, tsconfig, and Vite configuration.
- Created initial components and chapters for the application structure.
- Implemented ESLint configuration for code quality and consistency.
- Included .gitignore files to exclude build artifacts and dependencies.
- Added README for project documentation and setup instructions.
- Integrated a sample video and favicon for the application.
2026-04-21 21:47:16 +08: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?