18 lines
282 B
Plaintext
18 lines
282 B
Plaintext
# Ignore everything
|
|
/*
|
|
|
|
# Except these files & folders
|
|
!/src
|
|
!index.html
|
|
!package.json
|
|
!tailwind.config.js
|
|
!tsconfig.json
|
|
!tsconfig.node.json
|
|
!vite.config.ts
|
|
!.prettierrc
|
|
!README.md
|
|
!eslint.config.js
|
|
!postcss.config.js
|
|
|
|
# Ignore auto generated routeTree.gen.ts
|
|
/src/routeTree.gen.ts |