mirror of
https://github.com/tangledup-ai/stepfun-vector-stores-admin.git
synced 2026-01-20 19:00:59 +08:00
19 lines
295 B
Plaintext
19 lines
295 B
Plaintext
# Ignore everything
|
|
/*
|
|
|
|
# Except these files & folders
|
|
!/.github
|
|
!/src
|
|
!index.html
|
|
!package.json
|
|
!vite.config.ts
|
|
!tailwind.config.js
|
|
!postcss.config.js
|
|
!eslint.config.js
|
|
!knip.config.ts
|
|
!tsconfig.json
|
|
!tsconfig.node.json
|
|
!README.md
|
|
|
|
# Ignore auto generated routeTree.gen.ts
|
|
/src/routeTree.gen.ts |