wip bsky client for the web & android
0
fork

Configure Feed

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

at main 39 lines 389 B view raw
1.android-sdk 2_keep/ 3 4# Logs 5logs 6*.log 7npm-debug.log* 8yarn-debug.log* 9yarn-error.log* 10pnpm-debug.log* 11lerna-debug.log* 12 13node_modules 14.DS_Store 15dist 16dist-ssr 17coverage 18*.local 19 20# Editor directories and files 21.vscode/* 22!.vscode/extensions.json 23.idea 24*.suo 25*.ntvs* 26*.njsproj 27*.sln 28*.sw? 29 30*.tsbuildinfo 31 32.eslintcache 33 34# Cypress 35/cypress/videos/ 36/cypress/screenshots/ 37 38# Vitest 39__screenshots__/