diff --git a/.gitignore b/.gitignore index 36a1f70..dc22711 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ -/coverage /node_modules /prod diff --git a/coverage/.gitignore b/coverage/.gitignore new file mode 100644 index 0000000..d6b7ef3 --- /dev/null +++ b/coverage/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore