trying to pin down my thoughts here
0
fork

Configure Feed

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

at main 22 lines 230 B view raw
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 17# environment variables 18.env 19.env.production 20 21# macOS-specific files 22.DS_Store