Skip to content

Commit 69210ca

Browse files
Add xcuserdata to .gitignore
When using PromiseKit as a subproject, Xcode keeps adding xcuserdata folders. If you're using git submodules it means that the submodule is perpetually considered out of sync while you're developing.
1 parent fbccb01 commit 69210ca

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/Carthage
22
/Cartfile.resolved
33
/Build
4+
*.xcodeproj/xcuserdata/

0 commit comments

Comments
 (0)