mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
22 lines
191 B
Plaintext
22 lines
191 B
Plaintext
# logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# cache
|
|
.rpt2_cache
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# modules
|
|
node_modules/
|
|
|
|
# tmp
|
|
docs/public/js/liquid.browser.min.js
|
|
dist/
|
|
demo/*/yarn.json
|
|
|
|
# editors
|
|
.*.swp
|
|
.vscode
|
|
|