diff --git a/.markdownlint-cli2.jsonc b/.markdownlint-cli2.jsonc index 559a5921..b20a5d91 100644 --- a/.markdownlint-cli2.jsonc +++ b/.markdownlint-cli2.jsonc @@ -9,6 +9,7 @@ "assets", "CHANGELOG.md", "CONTRIBUTING.md", - "README.md" + "README.md", + "**/_static/env-vars" ] } \ No newline at end of file diff --git a/.prettierignore b/.prettierignore index a787976f..57b26e85 100644 --- a/.prettierignore +++ b/.prettierignore @@ -2,4 +2,5 @@ assets/** static/** README.md CHANGELOG.md -CONTRIBUTING.md \ No newline at end of file +CONTRIBUTING.md +**/_static/env-vars \ No newline at end of file