ReMe/website/.prettierignore
jinliyl 9533c17d51
feat(web): serve workspace from HTTP service (#446)
* feat(web): add the ReMe workspace frontend

* feat(web): serve workspace from HTTP service

* test(web): satisfy pylint docstring checks

* fix(web): use same-origin API safely

* fix(web): preserve API route semantics
2026-08-11 23:32:24 +08:00

19 lines
171 B
Text

# Build output
.next/
.vinext/
dist/
dist-static/
out/
# Dependencies
node_modules/
# Cache and local state
.cache/
.wrangler/
*.cache
# Misc
coverage/
.vscode/
.idea/