Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

Commit

Permalink
Better support for NDJSON
Browse files Browse the repository at this point in the history
  • Loading branch information
aslakhellesoy committed Nov 26, 2019
1 parent ef35037 commit c83d896
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ yarn.lock
npm-debug.log
package-lock.json
.deps
.tested
.tested*
.linted
.built
.compared
Expand Down
2 changes: 1 addition & 1 deletion default.mk
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ clean: clean-javascript
.PHONY: clean

clean-javascript:
rm -rf .deps .codegen .built .tested .linted package-lock.json node_modules coverage dist
rm -rf .deps .codegen .built .tested* .linted package-lock.json node_modules coverage dist acceptance
.PHONY: clean-javascript

0 comments on commit c83d896

Please sign in to comment.