diff --git a/.gitignore b/.gitignore index 857a3605..677402d9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,11 @@ .* -!.git* +!.github/ +!.gitattributes +!.gitignore !.npmrc -!.prettier* +!.prettierignore +!.prettierrc.json dist/ node_modules/ - *.tgz