diff --git a/.eslintignore b/.eslintignore index 30c4bf1c..3c0af716 100644 --- a/.eslintignore +++ b/.eslintignore @@ -2,4 +2,5 @@ __generated__/ *.css.d.ts dist/ built/ +example-project/ tools/ diff --git a/.npmignore b/.npmignore index 2971f144..e40b5653 100644 --- a/.npmignore +++ b/.npmignore @@ -1,6 +1,7 @@ src/ typedef/ e2e/ +example-project/ *.test.js tsconfig.json wercker.yml diff --git a/.prettierignore b/.prettierignore index 7f3e1355..326eb9c7 100644 --- a/.prettierignore +++ b/.prettierignore @@ -1,4 +1,5 @@ dist/ lib/ e2e/ +example-project/ __snapshots__/