67 lines
938 B
Plaintext
67 lines
938 B
Plaintext
# Ignore user-specific and OS files
|
|
*.suo
|
|
*.user
|
|
*.userosscache
|
|
*.sln.docstates
|
|
*.sdf
|
|
*.opensdf
|
|
*.VC.db
|
|
*.VC.opendb
|
|
*.log
|
|
*.tlog
|
|
*.pdb
|
|
*.ipch
|
|
*.db
|
|
*.tmp
|
|
*.bak
|
|
*.cache
|
|
*.sublime-workspace
|
|
.DS_Store
|
|
Thumbs.db
|
|
ehthumbs.db
|
|
|
|
# Ignore project-specific files
|
|
Binaries/
|
|
DerivedDataCache/
|
|
Intermediate/
|
|
Saved/
|
|
.vscode/
|
|
|
|
# Ignore Unreal-specific files
|
|
*.xcodeproj
|
|
*.xcworkspace
|
|
*.xcconfig
|
|
*.idea/
|
|
.vs/
|
|
*.opensdf
|
|
*.sln
|
|
|
|
# Ignore build system folders
|
|
Build/
|
|
Scripts/Build/
|
|
|
|
# Ignore Auto-Generated Files
|
|
*.generated.*
|
|
*.gen.cpp
|
|
*.gen.h
|
|
|
|
# Ignore plugin binaries and intermediates
|
|
Plugins/*/Binaries/
|
|
Plugins/*/Intermediate/
|
|
|
|
# Optional: If using Rider IDE
|
|
.idea/
|
|
|
|
# Optional: If using CLion
|
|
cmake-build-*/
|
|
|
|
# Ignore crash reports
|
|
*.dmp
|
|
*.crash
|
|
|
|
# Ignore config files that are user-specific
|
|
Config/DefaultEditor.ini
|
|
Config/DefaultEditorPerProjectUserSettings.ini
|
|
Config/DefaultDeviceProfiles.ini
|
|
Config/DefaultLayout.ini
|
|
Config/DefaultEditorLayout.ini |