diff options
author | 2023-02-23 15:19:33 +0000 | |
---|---|---|
committer | 2023-02-23 09:19:33 -0600 | |
commit | f91a7f376c223f18b4d8fbed81f95f6bea1cef8d (patch) | |
tree | 3b0f66e3bb1d7ca25b80848892caa0e68956acc8 /.changeset/tiny-geckos-reply.md | |
parent | 5e86b011dc8c4c68e31289082ebfb3f46fce3df1 (diff) | |
download | astro-f91a7f376c223f18b4d8fbed81f95f6bea1cef8d.tar.gz astro-f91a7f376c223f18b4d8fbed81f95f6bea1cef8d.tar.zst astro-f91a7f376c223f18b4d8fbed81f95f6bea1cef8d.zip |
fix(content): ensure underscore ignores only child paths of the content directory. (#6330)
* test: add test fixture
* test: add cc config file
* migrate to unit test instead
* fix: only include child folders in ignore list
* chore: changeset
Diffstat (limited to '.changeset/tiny-geckos-reply.md')
-rw-r--r-- | .changeset/tiny-geckos-reply.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.changeset/tiny-geckos-reply.md b/.changeset/tiny-geckos-reply.md new file mode 100644 index 000000000..c9b7917d0 --- /dev/null +++ b/.changeset/tiny-geckos-reply.md @@ -0,0 +1,5 @@ +--- +'astro': patch +--- + +Ensure prefixed underscore ignores only child paths of the content directory. |