Compare commits
14 Commits
origin/Sta
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c2ba2ae63 | |||
| c060623dfa | |||
| d04bca8098 | |||
| f964f8f5e7 | |||
| 33752551f5 | |||
| 7f867efd97 | |||
| 0615dfc3ed | |||
| 7e61ca1e87 | |||
| d8efe26c7f | |||
| 619542f4d8 | |||
| 431eb16b0f | |||
| c17ec046eb | |||
| d913d990c2 | |||
| c18cb0b69a |
41
.gitignore
vendored
Normal file
41
.gitignore
vendored
Normal file
@@ -0,0 +1,41 @@
|
|||||||
|
# Unreal Engine auto-generated folders
|
||||||
|
Binaries/
|
||||||
|
DerivedDataCache/
|
||||||
|
Intermediate/
|
||||||
|
Saved/
|
||||||
|
|
||||||
|
# Logs and temporary files
|
||||||
|
*.log
|
||||||
|
*.tmp
|
||||||
|
*.obj
|
||||||
|
*.pch
|
||||||
|
*.sln
|
||||||
|
*.suo
|
||||||
|
*.xcodeproj
|
||||||
|
*.xcworkspace
|
||||||
|
*.VC.db
|
||||||
|
*.VC.opendb
|
||||||
|
|
||||||
|
# Backup and autosave files
|
||||||
|
*.bak
|
||||||
|
*.backup
|
||||||
|
*.autosave
|
||||||
|
|
||||||
|
# Build artifacts
|
||||||
|
*.exe
|
||||||
|
*.dll
|
||||||
|
*.app
|
||||||
|
*.dylib
|
||||||
|
*.so
|
||||||
|
|
||||||
|
# Ignore config backups
|
||||||
|
Config/*.ini.bak
|
||||||
|
|
||||||
|
# Ignore crash reports
|
||||||
|
Saved/CrashReports/
|
||||||
|
|
||||||
|
# Ignore local build data
|
||||||
|
.vscode/
|
||||||
|
.idea/
|
||||||
|
.DS_Store
|
||||||
|
Thumbs.db
|
||||||
Binary file not shown.
Binary file not shown.
BIN
Content/UI/ToolTip/BP_HoverText.uasset
Normal file
BIN
Content/UI/ToolTip/BP_HoverText.uasset
Normal file
Binary file not shown.
Reference in New Issue
Block a user