chore: 🙈 untrack fresh.gen.ts

This commit is contained in:
Julien Oculi 2024-06-06 16:42:05 +02:00
parent 7edd7687d9
commit 475d7f404b
2 changed files with 3 additions and 52 deletions

3
.gitignore vendored
View file

@ -7,6 +7,9 @@
# Fresh build directory # Fresh build directory
_fresh/ _fresh/
# Fresh generated imports
fresh.gen.ts
# npm dependencies # npm dependencies
node_modules/ node_modules/

View file

@ -1,52 +0,0 @@
// DO NOT EDIT. This file is generated by Fresh.
// This file SHOULD be checked into source version control.
// This file is automatically updated during development when running `dev.ts`.
import * as $_404 from './routes/_404.tsx'
import * as $_app from './routes/_app.tsx'
import * as $blog_id_ from './routes/blog/[id].tsx'
import * as $blog_index from './routes/blog/index.tsx'
import * as $index from './routes/index.tsx'
import * as $machines_id_ from './routes/machines/[id].tsx'
import * as $machines_index from './routes/machines/index.tsx'
import * as $membres_id_index from './routes/membres/[id]/index.tsx'
import * as $membres_id_portfolio_path_ from './routes/membres/[id]/portfolio/[...path].tsx'
import * as $membres_index from './routes/membres/index.tsx'
import * as $profil_admin from './routes/profil/admin.tsx'
import * as $profil_index from './routes/profil/index.tsx'
import * as $projets_id_ from './routes/projets/[id].tsx'
import * as $projets_index from './routes/projets/index.tsx'
import * as $AiChatBox from './islands/AiChatBox.tsx'
import * as $MoreBox from './islands/MoreBox.tsx'
import * as $SearchBox from './islands/SearchBox.tsx'
import * as $ThemePicker from './islands/ThemePicker.tsx'
import { type Manifest } from '$fresh/server.ts'
const manifest = {
routes: {
'./routes/_404.tsx': $_404,
'./routes/_app.tsx': $_app,
'./routes/blog/[id].tsx': $blog_id_,
'./routes/blog/index.tsx': $blog_index,
'./routes/index.tsx': $index,
'./routes/machines/[id].tsx': $machines_id_,
'./routes/machines/index.tsx': $machines_index,
'./routes/membres/[id]/index.tsx': $membres_id_index,
'./routes/membres/[id]/portfolio/[...path].tsx':
$membres_id_portfolio_path_,
'./routes/membres/index.tsx': $membres_index,
'./routes/profil/admin.tsx': $profil_admin,
'./routes/profil/index.tsx': $profil_index,
'./routes/projets/[id].tsx': $projets_id_,
'./routes/projets/index.tsx': $projets_index,
},
islands: {
'./islands/AiChatBox.tsx': $AiChatBox,
'./islands/MoreBox.tsx': $MoreBox,
'./islands/SearchBox.tsx': $SearchBox,
'./islands/ThemePicker.tsx': $ThemePicker,
},
baseUrl: import.meta.url,
} satisfies Manifest
export default manifest