Initialize PHY Codex workflow
This commit is contained in:
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
@@ -0,0 +1,35 @@
|
||||
# Unreal build output
|
||||
Binaries/
|
||||
DerivedDataCache/
|
||||
Intermediate/
|
||||
Saved/
|
||||
|
||||
# Project content policy: only track Content/AGame and its children.
|
||||
Content/*
|
||||
!Content/AGame/
|
||||
!Content/AGame/**
|
||||
|
||||
# Visual Studio and Rider
|
||||
.vs/
|
||||
.idea/
|
||||
*.sln.DotSettings.user
|
||||
*.VC.db
|
||||
*.VC.opendb
|
||||
*.opensdf
|
||||
*.sdf
|
||||
*.suo
|
||||
*.user
|
||||
*.userosscache
|
||||
*.rsuser
|
||||
|
||||
# Unreal local files
|
||||
*.tmp
|
||||
*.log
|
||||
*.pid
|
||||
*.sublime-workspace
|
||||
*.code-workspace
|
||||
|
||||
# OS files
|
||||
Thumbs.db
|
||||
Desktop.ini
|
||||
.DS_Store
|
||||
Reference in New Issue
Block a user