Update .gitignore

This commit is contained in:
gurkan01 2025-04-05 00:45:38 +03:00
commit dae8a865e5

21
.gitignore vendored
View File

@ -1,39 +1,31 @@
BP_Puralink BP_Puralink
BP_Revolute BP_Revolute
# Visual Studio 2015 user specific files # Visual Studio 2015 user specific files
.vs/ .vs/
# Compiled Object files # Compiled Object files
*.slo *.slo
*.lo *.lo
*.o *.o
*.obj *.obj
# Precompiled Headers # Precompiled Headers
*.gch *.gch
*.pch *.pch
# Compiled Dynamic libraries # Compiled Dynamic libraries
*.so *.so
*.dylib *.dylib
*.dll *.dll
# Fortran module files # Fortran module files
*.mod *.mod
# Compiled Static libraries # Compiled Static libraries
*.lai *.lai
*.la *.la
*.a *.a
*.lib *.lib
# Executables # Executables
*.exe *.exe
*.out *.out
*.app *.app
*.ipa *.ipa
# These project files can be generated by the engine # These project files can be generated by the engine
*.xcodeproj *.xcodeproj
*.xcworkspace *.xcworkspace
@ -43,33 +35,30 @@ BP_Revolute
*.sdf *.sdf
*.VC.db *.VC.db
*.VC.opendb *.VC.opendb
# Precompiled Assets # Precompiled Assets
SourceArt/**/*.png SourceArt/**/*.png
SourceArt/**/*.tga SourceArt/**/*.tga
<<<<<<< HEAD
=======
>>>>>>> main
# Builds # Builds
Build/* Build/*
Builds/*
# Whitelist PakBlacklist-<BuildConfiguration>.txt files # Whitelist PakBlacklist-<BuildConfiguration>.txt files
!Build/*/ !Build/*/
Build/*/** Build/*/**
!Build/*/PakBlacklist*.txt !Build/*/PakBlacklist*.txt
# Don't ignore icon files in Build # Don't ignore icon files in Build
!Build/**/*.ico !Build/**/*.ico
# Built data for maps # Built data for maps
*_BuiltData.uasset *_BuiltData.uasset
# Configuration files generated by the Editor # Configuration files generated by the Editor
Saved/* Saved/*
# Compiled source files for the engine to use # Compiled source files for the engine to use
Intermediate/* Intermediate/*
Plugins/**/Intermediate/* Plugins/**/Intermediate/*
# Cache files for the editor to use # Cache files for the editor to use
DerivedDataCache/* DerivedDataCache/*
.DS_Store .DS_Store