0
fork

Configure Feed

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

improve .gitignore: remove useless ignore & fix case

eti f92b94f3 a6213a95

+2 -5
+2 -5
.gitignore
··· 1 1 # build output 2 2 dist/ 3 + 3 4 # generated types 4 5 .astro/ 5 6 ··· 12 13 yarn-error.log* 13 14 pnpm-debug.log* 14 15 15 - 16 16 # environment variables 17 17 .env 18 18 .env.production 19 19 20 - # macOS-specific files 20 + # macos-specific files 21 21 .DS_Store 22 - 23 - # jetbrains setting folder 24 - .idea/