feat: ignore prettier formatting for build, coverage and md files (#3628)

This commit is contained in:
Yunus M 2023-09-26 21:25:36 +05:30 committed by GitHub
parent 4cc3ce224c
commit 656f354fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

6
frontend/.prettierignore Normal file
View File

@ -0,0 +1,6 @@
# Ignore artifacts:
build
coverage
# Ignore all MD files:
**/*.md