the statusphere demo reworked into a vite/react app in a monorepo
0
fork

Configure Feed

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

at c1fe65bf366d3d8bdb6e3328e88227c123336b3d 26 lines 262 B view raw
1# Logs 2logs 3*.log 4npm-debug.log* 5yarn-debug.log* 6yarn-error.log* 7pnpm-debug.log* 8lerna-debug.log* 9 10coverage 11node_modules 12dist 13build 14dist-ssr 15*.local 16.env 17 18# Editor directories and files 19!.vscode/extensions.json 20.idea 21.DS_Store 22*.suo 23*.ntvs* 24*.njsproj 25*.sln 26*.sw?