https://github.com/bluesky-social/goat but with tangled's CI
9
fork

Configure Feed

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

at ci 33 lines 314 B view raw
1*.o 2*.a 3*.pyc 4#*# 5*~ 6*.swp 7.* 8*.tmp 9*.old 10*.profile 11*.bkp 12*.bak 13[Tt]humbs.db 14*.DS_Store 15build/ 16_build/ 17src/build/ 18*.log 19*.db 20/data/ 21test-coverage.out 22dist/ 23scratch/ 24 25# executables 26/goat 27 28# Don't ignore this file itself, or other specific dotfiles 29!.gitignore 30!.github/ 31!.tangled/ 32!.golangci.yaml 33!.goreleaser.yaml