Skip to content

Commit

Permalink
feat: add ios and android folder to the gitignore folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ludwig-pro authored and danstepanov committed Feb 10, 2024
1 parent 4fcaecc commit 3287a3c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/small-ways-add.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'create-expo-stack': patch
---

update the gitignore file
3 changes: 3 additions & 0 deletions cli/src/templates/base/.gitignore.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ expo-env.d.ts<% } %>
<% if ((props.authenticationPackage?.name === "supabase") || (props.authenticationPackage?.name === "firebase")) { %># firebase/supabase
.env<% } %>
ios
android
# macOS
.DS_Store
Expand Down

0 comments on commit 3287a3c

Please sign in to comment.