Social Annotations in the Atmosphere
15
fork

Configure Feed

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

at main 40 lines 422 B view raw
1# Logs 2logs 3*.log 4npm-debug.log* 5yarn-debug.log* 6yarn-error.log* 7pnpm-debug.log* 8lerna-debug.log* 9 10node_modules 11.output 12stats.html 13stats-*.json 14.wxt 15web-ext.config.ts 16 17# Editor directories and files 18.vscode/* 19!.vscode/extensions.json 20.idea 21.DS_Store 22*.suo 23*.ntvs* 24*.njsproj 25*.sln 26*.sw? 27 28.env 29.env.production 30dist 31dist-npm 32.dev.vars 33 34channels.db* 35.wrangler 36# Local Netlify folder 37.netlify 38 39# Reference directory 40reference/