Add .prettierignore file (#350)

* Add .prettierignore file

Signed-off-by: Andrew Roth <roth.andy@gmail.com>

* Add to changelog

Signed-off-by: Andrew Roth <roth.andy@gmail.com>

* Add missing trailing newline

Signed-off-by: Andrew Roth <roth.andy@gmail.com>
This commit is contained in:
Andrew Roth
2019-04-18 03:32:36 -04:00
committed by Max Williams
parent 2c89a8fd35
commit d4be9f4710
2 changed files with 2 additions and 0 deletions

1
.prettierignore Normal file
View File

@@ -0,0 +1 @@
**/*.*

View File

@@ -15,6 +15,7 @@ project adheres to [Semantic Versioning](http://semver.org/).
### Changed ### Changed
- Add .prettierignore file (by @rothandrew)
- Switch to https for the pre-commit repos (by @rothandrew) - Switch to https for the pre-commit repos (by @rothandrew)
- Add instructions on how to enable the docker bridge network (by @rothandrew) - Add instructions on how to enable the docker bridge network (by @rothandrew)
- Write your awesome change here (by @you) - Write your awesome change here (by @you)