Add .gitignore file
This commit is contained in:
parent
42e2d9e53d
commit
55ace80869
4 changed files with 23 additions and 21 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Xcode
|
||||
.xcworkspace/
|
||||
xcuserdata/
|
||||
UserInterfaceState.xcuserstate
|
||||
project.xcworkspace/
|
||||
*.xcuserdatad/
|
||||
*.xccheckout
|
||||
xcshareddata/
|
||||
*.moved-aside
|
||||
DerivedData
|
||||
.DS_Store
|
||||
*.hmap
|
||||
|
||||
# macOS
|
||||
build/
|
||||
*.app
|
Loading…
Add table
Add a link
Reference in a new issue