[READ-ONLY] Mirror of https://github.com/flo-bit/svelte-github-corner. flo-bit.dev/svelte-github-corner/
0

Configure Feed

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

svelte-github-corner / .gitignore
216 B 24 lines
1node_modules 2 3# Output 4.output 5.vercel 6.netlify 7.wrangler 8/.svelte-kit 9/build 10/dist 11 12# OS 13.DS_Store 14Thumbs.db 15 16# Env 17.env 18.env.* 19!.env.example 20!.env.test 21 22# Vite 23vite.config.js.timestamp-* 24vite.config.ts.timestamp-*