Skip to content

Commit 8bbb2ad

Browse files
chore: Update gitignore
1 parent 756b194 commit 8bbb2ad

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.gitignore

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
node_modules/**/*
2-
.expo/*
1+
node_modules/
2+
.expo/
33
npm-debug.*
4-
.DS_Store
54
*.jks
5+
*.p8
66
*.p12
77
*.key
88
*.mobileprovision
9+
*.orig.*
10+
web-build/
11+
12+
# macOS
13+
.DS_Store

0 commit comments

Comments
 (0)