From 431eb16b0f89bb50a9c59c4dabcbfd206c276bcb Mon Sep 17 00:00:00 2001 From: Zhire Date: Mon, 15 Dec 2025 00:38:38 -0700 Subject: [PATCH] Add .gitignore from master --- .gitignore | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..339dcbe --- /dev/null +++ b/.gitignore @@ -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 \ No newline at end of file