Skip to content

Commit 245f7d1

Browse files
DavidJGrimsleydanstepanov
authored andcommitted
chore: remove legacy styling residue
1 parent e51a057 commit 245f7d1

6 files changed

Lines changed: 267 additions & 286 deletions

File tree

cli/src/templates/base/.gitignore.ejs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ npm-debug.*
1111
web-build/
1212
<% if (props.navigationPackage?.name === "expo-router") { %># expo router
1313
expo-env.d.ts<% } %>
14-
<% if (props.stylingPackage?.name === "tamagui") { %># tamagui
15-
.tamagui/<% } %>
1614
<% if ((props.authenticationPackage?.name === "supabase") || (props.authenticationPackage?.name === "firebase" || (props.analyticsPackage?.name === 'vexo-analytics'))) { %># firebase/supabase/vexo
1715
.env<% } %>
1816
@@ -23,4 +21,4 @@ android
2321
.DS_Store
2422
2523
# Temporary files created by Metro to check the health of the file watcher
26-
.metro-health-check*
24+
.metro-health-check*

0 commit comments

Comments
 (0)