Monorepo for wisp.place. A static site hosting service built on top of the AT Protocol. wisp.place
0

Configure Feed

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

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