20 lines
310 B
Plaintext
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 |