my website at ewancroft.uk
6
fork

Configure Feed

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

at main 40 lines 546 B view raw
1node_modules 2 3# Output 4.output 5.vercel 6.netlify 7.wrangler 8**/.svelte-kit 9/build 10packages/*/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-* 25 26# ephemeral files 27*.log 28*.tmp 29*.swp 30*.swo 31*.bak 32*.old 33 34# temporary files that i plan to delete later but defined here for posterity 35static/lexicons/bluesky lexicons.json 36# Other sources that I will delete later 37# They are used as references, so i will not commit them as my own files 38other/* 39git-diff.txt 40.env*.local