summaryrefslogtreecommitdiff
path: root/.changeset/curvy-foxes-reply.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/curvy-foxes-reply.md')
-rw-r--r--.changeset/curvy-foxes-reply.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/.changeset/curvy-foxes-reply.md b/.changeset/curvy-foxes-reply.md
deleted file mode 100644
index 99eb66d69..000000000
--- a/.changeset/curvy-foxes-reply.md
+++ /dev/null
@@ -1,9 +0,0 @@
----
-'astro': minor
----
-
-Move generated content collection types to a `.astro` directory. This replaces the previously generated `src/content/types.generated.d.ts` file.
-
-If you're using Git for version control, we recommend ignoring this generated directory by adding `.astro` to your .gitignore.
-
-Astro will also generate the [TypeScript reference path](https://www.typescriptlang.org/docs/handbook/triple-slash-directives.html#-reference-path-) to include `.astro` types in your project. This will update your project's `src/env.d.ts` file, or write one if none exists.