diff --git a/.eslintignore b/.eslintignore index aaaaea9..f34d1e9 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,2 +1,5 @@ +.npm cover -node_modules \ No newline at end of file +node_modules +npm-debug.log +package \ No newline at end of file diff --git a/package.json b/package.json index 30d3910..49280a0 100644 --- a/package.json +++ b/package.json @@ -42,4 +42,4 @@ "yeoman-test": "^1.1.0" }, "repository": "git://git.openstack.org/openstack-infra/js-generator-openstack" -} +} \ No newline at end of file