Removed .DS_Store. Added .gitignore.
This commit is contained in:
parent
dddc200f9b
commit
55e07518a4
2 changed files with 21 additions and 0 deletions
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
# Xcode
|
||||
build/*
|
||||
*.pbxuser
|
||||
!default.pbxuser
|
||||
*.mode?v3
|
||||
!default.mode?v3
|
||||
*.perspective
|
||||
*.perspectivev3
|
||||
!default.perspectivev3
|
||||
*.xcworkspace
|
||||
!default.xcworkspace
|
||||
xcuserdata
|
||||
profile
|
||||
*.moved-aside
|
||||
|
||||
# osx noise
|
||||
.DS_Store
|
||||
*.ipa
|
||||
*.swp
|
||||
*~.nib
|
||||
profile
|
||||
BIN
Resources/.DS_Store
vendored
BIN
Resources/.DS_Store
vendored
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue