Monorepo for Wisp.place. A static site hosting service built on top of the AT Protocol.
at main 258 B view raw
1# Dependencies 2node_modules 3 4# Environment files 5.env 6.env.* 7!.env.example 8 9# Git 10.git 11.gitignore 12 13# Cache 14cache 15 16# Documentation 17*.md 18!README.md 19 20# Logs 21*.log 22npm-debug.log* 23bun-debug.log* 24 25# OS files 26.DS_Store 27Thumbs.db 28 29# IDE 30.vscode 31.idea 32*.swp 33*.swo 34*~