diff --git a/.gitignore b/.gitignore index 100178d..5910c94 100644 --- a/.gitignore +++ b/.gitignore @@ -2,8 +2,6 @@ .settings/ node_modules/ *.komodoproject -tests/foo.txt -tests/bar.txt test/hello.txt test/world.txt test/foo.txt diff --git a/.npmignore b/.npmignore index 4a11778..5910c94 100644 --- a/.npmignore +++ b/.npmignore @@ -2,5 +2,6 @@ .settings/ node_modules/ *.komodoproject -tests/foo.txt -tests/bar.txt +test/hello.txt +test/world.txt +test/foo.txt