[READ ONLY MIRROR] Spark Social AppView Server github.com/sprksocial/server
atproto deno hono lexicon
5
fork

Configure Feed

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

at 17a4453b336a3693a4e2b55eced2d8a4a0cf1bd5 37 lines 455 B view raw
1# See https://help.github.com/articles/ignoring-files/ for more about ignoring files. 2 3node_modules 4lerna-debug.log 5npm-debug.log 6yarn-error.log 7services/**/dist 8.idea 9services/*/coverage 10test.sqlite 11 12# misc 13.DS_Store 14*.log 15*.tsbuildinfo 16.*.env 17.env 18\#*\# 19*~ 20*.swp 21/**/devData 22*.pem 23 24# local env files 25.env.local 26.env.development.local 27.env.test.local 28.env.production.local 29 30**/*.trace 31**/*.zip 32**/*.tar.gz 33**/*.tgz 34**/*.log 35**/*.bun 36/devdb 37mongo-keyfile