luckyworld/.gitignore
Devrim Yasar dde79ffd54
Some checks are pending
Unreal Engine Build / build-and-release (push) Waiting to run
Unreal Engine Build / macos-build (push) Successful in 33m50s
Update .gitignore
2025-04-07 15:40:36 -05:00

39 lines
638 B
Plaintext

# Visual Studio 2015 user specific files
.vs/
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Builds
Build/*
Builds/*
*.app
# Whitelist PakBlacklist-<BuildConfiguration>.txt files
!Build/*/
Build/*/**
!Build/*/PakBlacklist*.txt
# Don't ignore icon files in Build
!Build/**/*.ico
# Built data for maps
*_BuiltData.uasset
# Configuration files generated by the Editor
Saved/*
# Compiled source files for the engine to use
Intermediate/*
Plugins/**/Intermediate/*
# Cache files for the editor to use
DerivedDataCache/*
.DS_Store