mirror of
https://github.com/harttle/liquidjs.git
synced 2026-09-15 04:10:40 -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
|