diff --git a/.eslintignore b/.eslintignore index 5eaaf8cd2..195e13e06 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,4 +1,3 @@ coverage/ dist/ dist-gha/ -exe/ diff --git a/.gitignore b/.gitignore index e47b761c1..2957f711e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,7 @@ .env coverage/ dist/ -exe/ node_modules/ -tmp/ # required for building with TS + oclif + GitHub Actions dist-gha/package.json diff --git a/.prettierignore b/.prettierignore index d237db907..4039ce149 100644 --- a/.prettierignore +++ b/.prettierignore @@ -3,4 +3,3 @@ CHANGELOG.md coverage/ dist/ dist-gha/ -exe/