1
0

Изменил(а) на '.gitignore'

This commit is contained in:
2024-07-04 07:55:27 +07:00
parent a7df31826e
commit 0083c78da6

87
.gitignore vendored
View File

@@ -1,76 +1,15 @@
# ---> UnrealEngine Binaries
# Visual Studio 2015 user specific files DerivedDataCache
.vs/ Intermediate
Plugins
# Compiled Object files Saved
*.slo .vscode
*.lo .vs
*.o *.VC.db
*.obj *.opensdf
*.opendb
# Precompiled Headers *.sdf
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
*.ipa
# These project files can be generated by the engine
*.xcodeproj
*.xcworkspace
*.sln *.sln
*.suo *.suo
*.opensdf *.xcodeproj
*.sdf *.xcworkspace
*.VC.db
*.VC.opendb
# Precompiled Assets
SourceArt/**/*.png
SourceArt/**/*.tga
# Binary Files
Binaries/*
Plugins/*/Binaries/*
# Builds
Build/*
# 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/*