Fork of Chiri for Astro for my blog
0
fork

Configure Feed

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

at main 34 lines 384 B view raw
1# Build output 2dist/ 3.output/ 4 5# Generated types 6.astro/ 7 8# Dependencies 9node_modules/ 10 11# Logs 12npm-debug.log* 13yarn-debug.log* 14yarn-error.log* 15pnpm-debug.log* 16 17# Environment variables 18.env 19.env.production 20 21# macOS-specific files 22.DS_Store 23 24# IDE settings 25.idea/ 26 27# Netlify build output 28.netlify/ 29 30# Sequoia state (managed by Netlify cache, not git) 31.sequoia-state.json 32 33*.tsbuildinfo 34