Auto-indexing service and GraphQL API for AT Protocol Records quickslice.slices.network/
atproto gleam graphql
at main 23 lines 197 B view raw
1# Git 2.git 3.gitignore 4 5# Build artifacts 6**/build 7**/target 8**/*.db 9**/*.db-shm 10**/*.db-wal 11**/erl_crash.dump 12 13# IDE 14.vscode 15.idea 16**/.DS_Store 17 18# Env files 19**/.env 20**/.env.local 21 22# Claude 23.claude