Files
liquidjs/.gitignore
T
harttle 2015f683b8 fix: better index.d.ts and a demo
The demo is located at demo/typescript/index.ts , working on #98
2019-02-13 20:07:13 +08:00

16 lines
118 B
Plaintext

# logs
*.log
npm-debug.log*
# tests
coverage/
.nyc_output/
# modules
node_modules/
build/
# editors
.*.swp
.vscode