From c505e4bb1e09e963028adedb26e72b80d6f7f80c Mon Sep 17 00:00:00 2001 From: satnaing Date: Wed, 25 Jan 2023 15:17:37 +0630 Subject: [PATCH] chore: add .astro directory in .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 7329a85..157fb0c 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,6 @@ pnpm-debug.log* # macOS-specific files .DS_Store + +# ignore .astro directory +.astro