GIT should ignore user preferences files inside Xcode projects.
Added filter for GIT to ignore Xcode user preferences files (*.mode1v3 and *.pbxuser) which are automatically generated inside the project bundle when opened in Xcode.
This commit is contained in:
parent
b7135ea76a
commit
87cae1465b
|
@ -0,0 +1,2 @@
|
|||
*.mode1v3
|
||||
*.pbxuser
|
Loading…
Reference in New Issue