xieyang ccb5befbe0 Add favicon, robots.txt, and TypeScript configuration
- Added favicon.ico to the public directory.
- Created robots.txt to allow all user agents with no disallowed paths.
- Initialized tsconfig.json with references to Nuxt TypeScript configurations.
2025-08-27 13:23:10 +08:00

25 lines
193 B
Plaintext

# Nuxt dev/build outputs
.output
.data
.nuxt
.nitro
.cache
dist
# Node dependencies
node_modules
# Logs
logs
*.log
# Misc
.DS_Store
.fleet
.idea
# Local env files
.env
.env.*
!.env.example