Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol.
wisp.place
1.research/
2# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
3.env
4# dependencies
5node_modules
6**/node_modules
7/.pnp
8.pnp.js
9
10cli/target/
11target/
12# testing
13/coverage
14
15# next.js
16/.next/
17/out/
18
19# production
20/build
21/result
22dist
23**/dist
24*.tsbuildinfo
25
26# misc
27.DS_Store
28*.pem
29
30# debug
31npm-debug.log*
32yarn-debug.log*
33yarn-error.log*
34
35# local env files
36.env.local
37.env.development.local
38.env.test.local
39.env.production.local
40
41# vercel
42.vercel
43
44**/*.trace
45**/*.zip
46**/*.tar.gz
47**/*.tgz
48**/*.log
49package-lock.json
50**/*.bun
51
52server