unoffical wafrn mirror wafrn.net
atproto social-network activitypub
1
fork

Configure Feed

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

at nixflake 58 lines 683 B view raw
1# See http://help.github.com/ignore-files/ for more about ignoring files. 2config.ts 3# compiled output 4/uploads 5/cache 6/frontend 7/logs 8/tmp 9/out-tsc 10 11# custom caddy config 12packages/caddy 13 14# Only exists if Bazel was run 15/bazel-out 16 17# direnv 18/.direnv 19 20# dependencies 21/node_modules 22 23# profiling files 24chrome-profiler-events*.json 25 26# IDEs and editors 27/.idea 28.project 29.classpath 30.c9/ 31*.launch 32.settings/ 33*.sublime-workspace 34 35# bun lockfile 36bun.lock 37 38# misc 39/connect.lock 40/coverage 41/libpeerconnection.log 42npm-debug.log 43yarn-error.log 44testem.log 45/typings 46 47# System Files 48.DS_Store 49Thumbs.db 50 51# Environment 52.env 53 54# lite editor 55.lite_workspace.lua 56 57# default docker compose 58docker-compose.yml