Add project planning docs and repo scaffolding

Vision, requirements, tech stack, and phased roadmap for the space
survival game, plus Unreal-appropriate .gitignore/.gitattributes
and Git LFS setup.
This commit is contained in:
Joshua Deville
2026-07-08 13:47:02 -04:00
commit e437a18121
7 changed files with 410 additions and 0 deletions

29
.gitignore vendored Normal file
View File

@@ -0,0 +1,29 @@
# Unreal Engine
Binaries/
Build/
DerivedDataCache/
Intermediate/
Saved/
.vs/
*.VC.db
*.opensdf
*.opendb
*.sdf
*.sln
*.suo
*.xcodeproj
*.xcworkspace
# Generated project files (regenerated via "Generate Visual Studio project files")
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.vcxproj.opendb
# Compiled/packaged builds
Plugins/*/Binaries/
Plugins/*/Intermediate/
# OS
.DS_Store
Thumbs.db