Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c075be6

Browse files
author
Martin Konicek
committed
.gitignore - build/ is related to both iOS and Android
1 parent 8abfb5e commit c075be6

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.gitignore

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
!**/*.xcworkspacedata
55
!**/*.xcsettings
66
!**/*.xcscheme
7-
build/
87
*.pbxuser
98
!default.pbxuser
109
*.mode1v3
@@ -22,10 +21,10 @@ DerivedData
2221
*.xcuserstate
2322
project.xcworkspace
2423

25-
# OS X
26-
.DS_Store
24+
# Xcode, Gradle
25+
build/
2726

28-
# Android/IJ
27+
# Android
2928
.idea
3029
.gradle
3130
local.properties
@@ -35,3 +34,6 @@ local.properties
3534
node_modules
3635
*.log
3736
.nvm
37+
38+
# OS X
39+
.DS_Store

0 commit comments

Comments
 (0)