fonts-vault/.gitignore
bo.yu 0e86cb7889 chore: update gitignore to exclude trae configuration file
- Add .trae to gitignore to prevent tracking of trae configuration files
- Maintains consistency with existing environment file exclusions
- Ensures local trae settings are not committed to version control
2025-11-28 17:40:15 +08:00

53 lines
597 B
Text

# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
# testing
/coverage
# next.js
/.next/
/out/
# production
/build
# misc
.DS_Store
*.pem
# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# env files (can opt-in for committing if needed)
.env.development
.env.production
.env.local
.trae
# vercel
.vercel
# typescript
*.tsbuildinfo
next-env.d.ts
# database
/data/*.db
/data/*.db-shm
/data/*.db-wal
# logs
/logs
*.log