Changes iOS directory to apple in gitignore.
This commit is contained in:
parent
f2314e918b
commit
e1d6981559
|
@ -46,6 +46,6 @@ profile
|
||||||
DerivedData
|
DerivedData
|
||||||
.idea/
|
.idea/
|
||||||
*.hmap
|
*.hmap
|
||||||
ios/tmp
|
apple/tmp
|
||||||
ios/modules/*.dylib
|
apple/modules/*.dylib
|
||||||
ios/*.mobileprovision
|
apple/*.mobileprovision
|
||||||
|
|
Loading…
Reference in New Issue