VocationLife/.gitignore
pixachux eae24f1c34 Initial VocationLife commit: C++ gameplay module and project foundation.
Source, config, and docs only — UE template assets stay local to save storage.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-26 23:52:53 +02:00

31 lines
391 B
Plaintext

# Unreal Engine
Binaries/
DerivedDataCache/
Intermediate/
Saved/
Build/
*.sln
*.xcodeproj
*.xcworkspace
.vs/
.vscode/
*.VC.db
*.opensdf
*.sdf
*.suo
*.user
*.userosscache
# Epic template content (keep local, do not push — saves LFS/bandwidth)
Content/*
!Content/VocationLife/
Content/VocationLife/**/*.uasset
Content/VocationLife/**/*.umap
# OS
.DS_Store
Thumbs.db
# Crash reports
*.log