mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-18 05:50:43 -07:00
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]>
24 lines
317 B
Plaintext
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
|
|
|