first commit
This commit is contained in:
39
.gitignore
vendored
Executable file
39
.gitignore
vendored
Executable file
@@ -0,0 +1,39 @@
|
||||
# Xcode
|
||||
.DS_Store
|
||||
#build file
|
||||
build/
|
||||
|
||||
profile
|
||||
*.moved-aside
|
||||
DerivedData
|
||||
.idea/
|
||||
|
||||
*.xccheckout
|
||||
*.xcuserstate
|
||||
|
||||
Thumbs.db
|
||||
*.ipa
|
||||
*.zip
|
||||
|
||||
## User settings
|
||||
xcuserdata/
|
||||
|
||||
### SwiftPackageManager ###
|
||||
Packages
|
||||
xcuserdata
|
||||
|
||||
#CocoaPods
|
||||
Pods
|
||||
|
||||
*.cer
|
||||
*.mobileprovision
|
||||
|
||||
MiaPia.xcworkspace/xcuserdata/*
|
||||
MiaPia.xcodeproj/xcuserdata/*
|
||||
|
||||
**__pycache__**
|
||||
*.pyc
|
||||
*.mp3
|
||||
*.wav
|
||||
*.png
|
||||
*.blend
|
||||
Reference in New Issue
Block a user