WIP! A BB-style forum, on the ATmosphere!
We're still working... we'll be back soon when we have something to show off!
node
typescript
hono
htmx
atproto
1# Dependencies
2node_modules/
3
4# Build output
5dist/
6
7# Turborepo
8.turbo/
9
10# Environment
11.env
12.env.local
13
14# devenv
15.devenv/
16.devenv.flake.nix
17
18# OS
19.DS_Store
20
21# Devenv
22.devenv*
23devenv.local.nix
24devenv.local.yaml
25
26# direnv
27.direnv
28
29# pre-commit
30.pre-commit-config.yaml
31
32# Worktrees
33.worktrees/