Live video on the AT Protocol
79
fork

Configure Feed

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

at eli/oatproxy-http-client 10 lines 235 B view raw
1# Ignore compiled translation files in source directory if they exist 2locales/**/messages.json 3public/locales/* 4 5# Ignore extracted i18n keys (they're just for reference) 6locales/*/*.json 7 8# TypeScript build output 9dist/ 10*.tsbuildinfo