From 9b685d77a45e511d562c4aa66b999273b389bd78 Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Thu, 24 Apr 2025 16:15:20 +0530 Subject: [PATCH] add .cache in native gitignore --- .changeset/little-ghosts-juggle.md | 5 +++++ apps/cli/templates/frontend/native/_gitignore | 5 +++-- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .changeset/little-ghosts-juggle.md diff --git a/.changeset/little-ghosts-juggle.md b/.changeset/little-ghosts-juggle.md new file mode 100644 index 0000000..87bdad0 --- /dev/null +++ b/.changeset/little-ghosts-juggle.md @@ -0,0 +1,5 @@ +--- +"create-better-t-stack": patch +--- + +add .cache in native gitignore diff --git a/apps/cli/templates/frontend/native/_gitignore b/apps/cli/templates/frontend/native/_gitignore index 2ff55da..829dfca 100644 --- a/apps/cli/templates/frontend/native/_gitignore +++ b/apps/cli/templates/frontend/native/_gitignore @@ -12,7 +12,8 @@ web-build/ # expo router expo-env.d.ts - +.env +.cache ios android @@ -21,4 +22,4 @@ android .DS_Store # Temporary files created by Metro to check the health of the file watcher -.metro-health-check* \ No newline at end of file +.metro-health-check*