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