# 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