Skip to content

Commit

Permalink
Include ios and android in boilerplate gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Hanson committed Mar 1, 2024
1 parent 76bc418 commit af1970a
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion templates/boilerplate/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
# dependencies
node_modules/

# Prefer using Expo Continuous Native Generation (CNG), even if using prebuild
# https://docs.expo.dev/workflow/continuous-native-generation/
/ios
/android

# Expo
.expo/
dist/
Expand Down Expand Up @@ -34,4 +39,4 @@ yarn-error.*
# typescript
*.tsbuildinfo

/.cache
/.cache

0 comments on commit af1970a

Please sign in to comment.