this repo has no description
0
fork

Configure Feed

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

at main 54 lines 752 B view raw
1# dependencies (bun install) 2node_modules 3 4# output 5out 6dist 7*.tgz 8 9# code coverage 10coverage 11*.lcov 12 13# logs 14logs 15_.log 16report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json 17 18# dotenv environment variable files 19.env 20.env.development.local 21.env.test.local 22.env.production.local 23.env.local 24 25# Caddy config (contains password hash) 26Caddyfile 27 28# caches 29.eslintcache 30.cache 31*.tsbuildinfo 32 33# IntelliJ based IDEs 34.idea 35 36# Finder (MacOS) folder config 37.DS_Store 38 39# Database files (SQLite) 40data/** 41!data/.gitkeep 42 43# System prompt (contains personal info) 44prompts/SYSTEM_PROMPT.md 45 46# Infrastructure secrets 47infra/secrets.env 48infra/deploy_key_* 49 50# Environment backups (created by deploy.sh) 51.env.backup.* 52 53# Agent export files (created by migrate-data.sh) 54infra/agent_export.af