Files
liquidjs/.gitignore
T
harttle b65df447dc fix: reactjs demo during yarn install, fixes #145
simply remove unused dependencies fixes this issue, but I removed
all package-lock.json / yarn.lock since the demo should always be
in sync with the codebase
2019-08-26 10:15:43 -05:00

20 lines
172 B
Plaintext

# logs
*.log
npm-debug.log*
# cache
.rpt2_cache
coverage/
.nyc_output/
# modules
node_modules/
dist/
demo/*/package-lock.json
demo/*/yarn.json
# editors
.*.swp
.vscode