Files
Simon James b54a3139c7 Initial commit: Qortal Web Builder monorepo.
Includes QWB, Qortal Web, and Q-Shops Q-Apps with shared packages and build scripts.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-09 12:17:29 +00:00

30 lines
479 B
Plaintext

# Dependencies
node_modules/
**/node_modules/
# Build output (regenerated by `npm run build`)
dist/
**/dist/
extracted/
# Generated Q-App entry + assets at repo root (produced by postbuild from dist/)
/assets/
/index.html
/index.hub.html
# Generated changelog copy for the Qortal Web app
qortal-web-app/public/changelog.md
# Release archives (published to QDN, not source)
*.zip
# Logs, env, editor/OS cruft
*.log
npm-debug.log*
.env
.env.*
.DS_Store
Thumbs.db
.idea/
*.swp