mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-16 12:50:38 -07:00
15 lines
110 B
Plaintext
15 lines
110 B
Plaintext
# logs
|
|
*.log
|
|
npm-debug.log*
|
|
|
|
# tests
|
|
coverage/
|
|
.nyc_output/
|
|
|
|
# modules
|
|
node_modules/
|
|
build/
|
|
|
|
# editors
|
|
.*.swp
|