Skip to content

Commit 89b7658

Browse files
committed
Add new hidden ./build folder to git ignore
• It was preventing Fastlane from running because it looks for a clean git status before building the app
1 parent eb08037 commit 89b7658

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
.DS_Store
33

44
# Xcode
5+
.build/
56
build/
67
*.pbxuser
78
!default.pbxuser

0 commit comments

Comments
 (0)