diff --git a/.gitignore b/.gitignore index 43abba1..52c7350 100644 --- a/.gitignore +++ b/.gitignore @@ -1,31 +1,38 @@ -Project/Binaries -Project/Intermediate -Project/Saved/Crashes -Project/Saved/SourceControl -Project/Saved/ShaderDebugInfo -Project/Saved/Logs -Project/Saved/Autosaves -Project/Saved/Config/CrashReportClient -Project/Saved/Config/WindowsEditor -Project/Saved/Config/WorldState -Project/Saved/AutoScreenshot.png -Project/Platforms +*/Binaries/Win64/*.patch_*.* + +Project/.idea Project/.vs Project/.vsconfig -*.sln -*.target -*.modules -Project/.idea -Project/Saved/Screenshots -*/Binaries/Win64/*.patch_*.* -Project/Saved/ImGui -Project/Saved/ImGui/imgui.ini -GasaGen_*.pdb +Project/Binaries Project/Binaries/GasaGen.exe Project/Binaries/GasaGen.map Project/Binaries/GasaGen.obj Project/Binaries/vc140.pdb + +Project/Intermediate + +Project/Platforms + Project/Saved/Config/ConsoleHistory.ini -*.pdb + +Project/Saved/Autosaves +Project/Saved/AutoScreenshot.png +Project/Saved/Config/CrashReportClient +Project/Saved/Config/WindowsEditor +Project/Saved/Config/WorldState +Project/Saved/Crashes Project/Saved/Diff +Project/Saved/ImGui +Project/Saved/ImGui/imgui.ini +Project/Saved/Logs +Project/Saved/Screenshots +Project/Saved/ShaderDebugInfo +Project/Saved/SourceControl + +*.modules +*.pdb +*.sln +*.target + +GasaGen_*.pdb