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 a2f7dec4d7c309420bc9d4e87b4de27dcd8a4142 40 lines 340 B view raw
1# Build output 2dist/ 3.output/ 4 5# Dependencies 6node_modules/ 7 8# Package manager files 9package-lock.json 10yarn.lock 11pnpm-lock.yaml 12 13# Log files 14*.log 15 16# Environment variables 17.env 18.env.* 19 20# Cache directories 21.cache/ 22.astro/ 23 24# Others 25.DS_Store 26coverage/ 27 28# Media files 29*.png 30*.jpg 31*.jpeg 32*.gif 33*.svg 34*.ico 35*.webp 36*.mp4 37*.webm 38*.mp3 39*.wav 40*.pdf