Files
liquidjs/.gitignore
T
Yang JunandCursor f7250f4601 docs: polish theme, playground, and reference pages
Improve readability of the docs site with updated light/dark tokens, shared
code-block styling, and playground editors that follow system color scheme.
Skip CookieHub on localhost, serve the browser bundle from theme source, and
use backtick titles on filter/tag reference pages for consistent navigation.

Co-authored-by: Cursor <[email protected]>
2026-06-07 12:33:48 +08:00

24 lines
317 B
Plaintext

# logs
*.log
npm-debug.log*
# cache
.rpt2_cache
coverage/
.nyc_output/
# modules
node_modules/
# tmp
docs/themes/navy/source/js/liquid.browser.min.js
docs/themes/navy/layout/partial/all-contributors.swig
docs/themes/navy/layout/partial/financial-contributors.swig
dist/
demo/*/yarn.json
# editors
.*.swp
.vscode