Mirror of https://github.com/roostorg/coop github.com/roostorg/coop
0
fork

Configure Feed

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

at main 47 lines 559 B view raw
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. 2 3# dependencies 4node_modules/ 5/.pnp 6.pnp.js 7 8# testing 9coverage/ 10server/coverage/ 11client/coverage/ 12 13# production 14/build 15 16# docs 17docs/book/ 18 19# misc 20.DS_Store 21.swp 22.env 23.env.local 24.env.development.local 25.env.test.local 26.env.production.local 27.mypy_cache 28dump.rdb 29 30npm-debug.log* 31yarn-debug.log* 32yarn-error.log* 33 34.vscode/ 35db/build 36.idea/ 37 38transpiled 39build/ 40.eslintcache 41*.tsbuildinfo 42 43.claude/ 44 45# NCMEC report XML files (contain sensitive data) 46ncmec-reports/ 47.devops/backups/