Atproto-backed clone of meetinghouse.cc. atlas.whiteley.io
atproto
0
fork

Configure Feed

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

at main 65 lines 866 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# caches 26.eslintcache 27.cache 28*.tsbuildinfo 29 30# IntelliJ based IDEs 31.idea 32 33# Finder (MacOS) folder config 34.DS_Store 35 36# If you prefer the allow list template instead of the deny list, see community template: 37# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore 38# 39# Binaries for programs and plugins 40*.exe 41*.exe~ 42*.dll 43*.so 44*.dylib 45 46# Test binary, built with `go test -c` 47*.test 48 49# Code coverage profiles and other test artifacts 50*.out 51coverage.* 52*.coverprofile 53profile.cov 54 55# Go workspace file 56go.work 57go.work.sum 58 59# env file 60.env 61 62# SQLite DBs 63*.sqlite3 64 65bin/