diff --git a/.gitignore b/.gitignore index 0421b60..e067a6c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,16 @@ /yarn-error.log /coverage + +# Ignored unnecessary folders and files for npm package +/__mocks__/* +/__tests__/* +/config/* +/demo-app/* + +.babelrc +.codeclimate.yml +.eslintrc.json +.stylelintrc.json +package-lock.json +yarn.lock