| 123456789101112131415161718 |
- # 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
|