Skip to content

Commit

Permalink
Merge pull request #63 from JanSeliv/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
JanSeliv authored Jun 12, 2023
2 parents 01975ca + 70d09a9 commit 720f411
Show file tree
Hide file tree
Showing 481 changed files with 30,373 additions and 18,829 deletions.
108 changes: 82 additions & 26 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -339,33 +339,89 @@ ASALocalRun/
# BeatPulse healthcheck temp database
healthchecksdb

**/Intermediate/
**/Saved/
**/Build/
**/docs/
**/Binaries/
**/DerivedDataCache/
**/Content/Developers/
# Annoying auto configs
**/HoloLensEngine.ini

# Documentation
docs/
doxygen.tag

# Rider
**/Plugins/Developer/RiderLink/

# Visual Studio 2015 user specific files
.vs/

# Compiled Object files
*.slo
*.lo
*.o
*.obj

# Precompiled Headers
*.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
*.uproject
*.suo
*.opensdf
*.sdf
*.VC.db
*.VC.opendb
.vsconfig

# Precompiled Assets
SourceArt/**/*.png
SourceArt/**/*.tga

# Binary Files
**/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
*Win64_DebugGame.*
*.dll
*.pdb
*.modules
*.target
*.udd
*.bak
**/Binaries/UE4Editor-*-0*.dll
**/Binaries/UE4Editor-*-1*.dll
**/Binaries/UE4Editor-*-2*.dll
**/Binaries/UE4Editor-*-3*.dll
**/Binaries/UE4Editor-*-4*.dll
**/Binaries/UE4Editor-*-5*.dll
**/Binaries/UE4Editor-*-6*.dll
**/Binaries/UE4Editor-*-7*.dll
**/Binaries/UE4Editor-*-8*.dll
**/Binaries/UE4Editor-*-9*.dll
doxygen.tag

# Configuration files generated by the Editor
Saved/*

# Compiled source files for the engine to use
**/Intermediate/*

# Cache files for the editor to use
DerivedDataCache

# Bomber specific
Config/DefaultMetaCheatManager.ini
27 changes: 27 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
[submodule "Plugins/SettingsWidgetConstructor"]
path = Plugins/SettingsWidgetConstructor
url = [email protected]:JanSeliv/SettingsWidgetConstructor.git
branch = develop
[submodule "Plugins/PoolManager"]
path = Plugins/PoolManager
url = [email protected]:JanSeliv/PoolManager.git
branch = develop
[submodule "Plugins/MorphsPlayer"]
path = Plugins/MorphsPlayer
url = [email protected]:JanSeliv/MorphsPlayer.git
branch = develop
[submodule "Plugins/MetaCheatManager"]
path = Plugins/MetaCheatManager
url = [email protected]:JanSeliv/MetaCheatManager.git
branch = develop
[submodule "Plugins/FunctionPicker"]
path = Plugins/FunctionPicker
url = [email protected]:JanSeliv/FunctionPicker.git
branch = develop
[submodule "Plugins/CustomShapeButton"]
path = Plugins/CustomShapeButton
url = [email protected]:JanSeliv/CustomShapeButton.git
branch = develop
[submodule "Plugins/InstancedStaticMeshConverter"]
path = Plugins/InstancedStaticMeshConverter
url = [email protected]:JanSeliv/InstancedStaticMeshConverter.git
Loading

0 comments on commit 720f411

Please sign in to comment.