mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -07:00
17 lines
129 B
Plaintext
17 lines
129 B
Plaintext
# logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# cache
|
|
.rpt2_cache
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# modules
|
|
node_modules/
|
|
dist/
|
|
|
|
# editors
|
|
.*.swp
|
|
.vscode
|