[READ-ONLY] Mirror of https://github.com/flo-bit/flo-bit.github.io. my personal website, w/ astro, svelte, tailwind, typescript, threlte flo-bit.dev/
portfolio portfolio-website svelte sveltekit tailwind threejs threlte typescript
0

Configure Feed

Select the types of activity you want to include in your feed.

flo-bit.github.io / .gitignore
273 B 26 lines
1# build output 2dist/ 3 4# generated types 5.astro/ 6 7# dependencies 8node_modules/ 9 10# logs 11npm-debug.log* 12yarn-debug.log* 13yarn-error.log* 14pnpm-debug.log* 15 16# environment variables 17.env 18.env.production 19 20# macOS-specific files 21.DS_Store 22 23# jetbrains setting folder 24.idea/ 25 26.vscode/