mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 12:20:40 -07:00
24 lines
305 B
Plaintext
24 lines
305 B
Plaintext
# logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# cache
|
|
.rpt2_cache
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# modules
|
|
node_modules/
|
|
|
|
# tmp
|
|
docs/public/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
|
|
|