this repo has no description
0
fork

Configure Feed

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

at main 40 lines 457 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 11dist 12dist-ssr 13*.local 14 15# Editor directories and files 16.vscode/* 17!.vscode/extensions.json 18.idea 19.DS_Store 20*.suo 21*.ntvs* 22*.njsproj 23*.sln 24*.sw? 25 26# Custom 27.env.dev 28phanpy-dist.zip 29phanpy-dist.tar.gz 30sonda-report.html 31.sonda 32 33# Compiled locale files 34src/locales/*.js 35 36# Playwright 37/test-results/ 38/playwright-report/ 39/blob-report/ 40/playwright/.cache/