exclude test files
This commit is contained in:
parent
f8194e4b17
commit
d9d06eb469
|
@ -1,3 +1,7 @@
|
|||
.nyc_output/
|
||||
node_modules/
|
||||
out/coverage/
|
||||
out/test/
|
||||
test/
|
||||
|
||||
Makefile
|
4
Makefile
4
Makefile
|
@ -1,7 +1,5 @@
|
|||
.PHONY: build ci clean cover docs graph image install push run run-debug run-image test
|
||||
.PHONY: build ci clean cover docs graph image install push test
|
||||
|
||||
DOCKER_ARGS ?=
|
||||
DOCKER_IMAGE := ssube/textual-engine
|
||||
GIT_ARGS ?=
|
||||
GIT_HEAD_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
|
||||
NODE_ARGS ?=
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "mocha-foam",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"main": "out/src/index.js",
|
||||
"author": "ssube <seansube@gmail.com>",
|
||||
"license": "MIT",
|
||||
|
|
Loading…
Reference in New Issue