the next generation of the in-browser educational proof assistant
1
fork

Configure Feed

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

at main 30 lines 305 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/lib/ 27.bsb.lock 28**/*.res.mjs 29src/*.mjs 30tests/*.mjs