chore(.prettierignore): add *.yml file extension to the list of files ignored by Prettier to maintain consistent code formatting (#129)

This commit is contained in:
Spedon
2023-11-04 22:50:49 +08:00
committed by GitHub
parent b271b9e97e
commit d6a65795bc

View File

@@ -2,3 +2,4 @@ node_modules
static
exmapleSite
*.yaml
*.yml