.gitignore 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. Binaries/
  2. Build/
  3. Game/
  4. Game1/
  5. DerivedDataCache/
  6. Realtime/
  7. Intermediate/
  8. .vs/
  9. .idea/
  10. *.pyc
  11. Content/Scripts
  12. Plugins/CommonFramework/Binaries
  13. Plugins/CommonFramework/Intermediate
  14. Plugins/DLC/
  15. Plugins/DLCMaterials/
  16. Plugins/DLCHUIDAMaterials/
  17. Game/
  18. *.sln
  19. Pak/
  20. LouxiaPackage/
  21. Movie/
  22. ScenePic/
  23. Saved/Nas/TempPic/
  24. # Visual Studio 2015 user specific files
  25. .vs/
  26. # Compiled Object files
  27. *.slo
  28. *.lo
  29. *.o
  30. # Precompiled Headers
  31. *.gch
  32. *.pch
  33. # Compiled Dynamic libraries
  34. *.so
  35. *.dylib
  36. # Fortran module files
  37. *.mod
  38. # Compiled Static libraries
  39. *.lai
  40. *.la
  41. *.a
  42. # Executables
  43. *.out
  44. *.app
  45. *.ipa
  46. # These project files can be generated by the engine
  47. *.xcodeproj
  48. *.xcworkspace
  49. *.sln
  50. *.suo
  51. *.opensdf
  52. *.sdf
  53. *.VC.db
  54. *.VC.opendb
  55. # Precompiled Assets
  56. SourceArt/**/*.png
  57. SourceArt/**/*.tga
  58. # Binary Files
  59. Binaries/*
  60. Plugins/*/Binaries/*
  61. # Builds
  62. Build/*
  63. # Whitelist PakBlacklist-<BuildConfiguration>.txt files
  64. !Build/*/
  65. Build/*/**
  66. !Build/*/PakBlacklist*.txt
  67. # Don't ignore icon files in Build
  68. !Build/**/*.ico
  69. # Built data for maps
  70. *_BuiltData.uasset
  71. # Configuration files generated by the Editor
  72. Saved/*
  73. !Saved/Nas/
  74. Saved/Nas/Furnituredata/*
  75. Saved/Nas/Housedata/*
  76. Saved/Nas/LocalDatabase/*
  77. Saved/Nas/LocalDataCache
  78. Saved/Nas/materials/*
  79. Saved/Nas/Pano/*
  80. # Compiled source files for the engine to use
  81. Intermediate/*
  82. Plugins/*/Intermediate/*
  83. # Cache files for the editor to use
  84. DerivedDataCache/*
  85. SavePak/*
  86. Plugins/Runtime/
  87. Plugins/Temp/
  88. Plugins/Developer/
  89. Plugins/HelperBPLibrary/
  90. Content/Megascans/*
  91. Content/NewFolder/
  92. Content/MSPresets/
  93. Content/MatUI/
  94. Content/TestEditorDSModel/
  95. Content/TestMat/
  96. FGUI/assets/MatDetail/
  97. FGUI/.objs/
  98. FGUI/settings/
  99. Windows/*
  100. !Plugin/DLSS/Binaries/ThirdParty/Win64/*/**
  101. !Plugins/Puerts/ThirdParty/*/**
  102. /Plugins/MinimapTools/Content/ProxyCache/
  103. /Plugins/MinimapTools/Content/TempCache/
  104. /Content/FurnitureBP/
  105. /Content/WallMesh
  106. Saved/Nas/HousedataBackUp/*
  107. Saved/Nas/CAD/*
  108. Saved/Nas/NormalPic/*
  109. Saved/Nas/OnePano/*
  110. /Saved/Nas/Icons/*
  111. /Saved/Nas/Tools/HouseDesignerHelper/TempImage/*
  112. !Content/Localization/*
  113. /Content/Localization/~$SXZ_Translations.xlsx
  114. /QSDec/*
  115. /Plugins/Engine/Programs/UnrealPak/Saved/Logs/*