diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..b55f23c --- /dev/null +++ b/.prettierignore @@ -0,0 +1,26 @@ +.DS_Store +node_modules +/dist +babel.config.js + +# local env files +.env.local +.env.*.local + +# Log files +npm-debug.log* +yarn-debug.log* +yarn-error.log* + +# Editor directories and files +.idea +*.iml +.vscode +*.suo +*.ntvs* +*.njsproj +*.sln +*.sw? +.history + +CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md index ba17d74..f45b221 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 🚑 Critical Hotfixes -- [`319dd45`](https://github.com/beaussan/nbx/commit/319dd45) fix changelog to match prettier style +- [`319dd45`](https://github.com/beaussan/nbx/commit/319dd45) fix changelog to match prettier style # [v2.0.6](https://github.com/beaussan/nbx/compare/v2.0.5...v2.0.6) (2020-02-06)