First game upload
This commit is contained in:
50
.gitignore
vendored
Normal file
50
.gitignore
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
Binaries/
|
||||
DerivedDataCache/
|
||||
Intermediate/
|
||||
Saved/
|
||||
Build/
|
||||
|
||||
*.sln
|
||||
*.xcodeproj
|
||||
*.xcworkspace
|
||||
|
||||
*.VC.db
|
||||
*.VC.opendb
|
||||
|
||||
*.sdf
|
||||
*.opensdf
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.userprefs
|
||||
|
||||
# OS generated files
|
||||
.DS_Store
|
||||
.DS_Store?
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
ehthumbs.db
|
||||
Thumbs.db
|
||||
|
||||
# Content that should be packaged, not committed
|
||||
# (Keep your .uasset files but ignore cooked/derived content)
|
||||
Build/
|
||||
Cooked/
|
||||
Packaged/
|
||||
Staged/
|
||||
|
||||
# Platform-specific builds
|
||||
[Pp]lugins/*/Binaries/
|
||||
[Pp]lugins/*/Intermediate/
|
||||
|
||||
*.log
|
||||
*.dmp
|
||||
CrashReportClient/
|
||||
Saved/Crashes/
|
||||
Saved/Logs/
|
||||
|
||||
.p4ignore
|
||||
|
||||
Saved/Config/**/DeviceProfiles/
|
||||
Saved/Config/**/LocalUserProfile/
|
||||
Reference in New Issue
Block a user