Files
honghe-acfic-chat/.prettierignore
2025-09-04 16:33:13 +08:00

20 lines
310 B
Plaintext

# Ignore everything
/*
# Except these files & folders
!/.github
!/src
!next.config.ts
!hero.ts
!postcss.config.js
!eslint.config.ts
!knip.config.ts
!tsconfig.json
!README.md
# Ignore generated components
/src/components/magicui/*.tsx
/src/components/ui/*.tsx
# Ignore generated types
/src/types/openapi.d.ts