mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 12:20:40 -07:00
Add data/used-by.json with build:used-by for README and docs homepage, playground demo capture, and shared home-section layout. Used by lists products with site logos; Financial Support keeps org and individual sponsors. Co-authored-by: Cursor <[email protected]>
26 lines
370 B
Plaintext
26 lines
370 B
Plaintext
# logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# cache
|
|
.rpt2_cache
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# modules
|
|
node_modules/
|
|
|
|
# tmp
|
|
.local/
|
|
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
|
|
docs/themes/navy/layout/partial/used-by.swig
|
|
dist/
|
|
demo/*/yarn.json
|
|
|
|
# editors
|
|
.*.swp
|
|
.vscode
|
|
|