diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 0000000..08ce6f3 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +**/*.* diff --git a/CHANGELOG.md b/CHANGELOG.md index 4efebb9..971030e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ project adheres to [Semantic Versioning](http://semver.org/). ### Changed + - Add .prettierignore file (by @rothandrew) - Switch to https for the pre-commit repos (by @rothandrew) - Add instructions on how to enable the docker bridge network (by @rothandrew) - Write your awesome change here (by @you)