3 Commits

Author SHA1 Message Date
619542f4d8 pushing the .gitignore to branch
Merge branch 'master' into EnemyLogic
2025-12-15 00:43:11 -07:00
431eb16b0f Add .gitignore from master 2025-12-15 00:38:38 -07:00
c17ec046eb Add .gitignore 2025-12-15 07:34:45 +00:00

41
.gitignore vendored Normal file
View 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