Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
roo-oliv committed Dec 7, 2024
1 parent a6acf1e commit 7ac2578
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ MonoDreams.Examples/bin/
MonoDreams.Examples/obj/
MonoDreams.Tests/bin/
MonoDreams.Tests/obj/

global.json
3 changes: 3 additions & 0 deletions MonoDreams.Examples/MonoDreams.Examples.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@
<Reference Include="ImGui.NET">
<HintPath>bin\Debug\net8.0\ImGui.NET.dll</HintPath>
</Reference>
<Reference Include="MonoGame.Extended">
<HintPath>..\..\..\..\.nuget\packages\monogame.extended.content.pipeline\3.8.0\tools\MonoGame.Extended.dll</HintPath>
</Reference>
<Reference Include="Monogame.ImGuiNet">
<HintPath>..\MonoDreams\bin\Debug\net8.0\Monogame.ImGuiNet.dll</HintPath>
</Reference>
Expand Down
6 changes: 0 additions & 6 deletions global.json

This file was deleted.

2 changes: 2 additions & 0 deletions monodreams.sln.DotSettings.user
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=C_003A_005CUsers_005Croool_005C_002Enuget_005Cpackages_005Cimgui_002Enet_005C1_002E89_002E7_002E1_005Cbuild_005Cnet40_005CImGui_002ENET_002Etargets/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=C_003A_005CUsers_005Croool_005C_002Enuget_005Cpackages_005Cmonogame_002Eextended_002Econtent_002Epipeline_005C3_002E8_002E0_005Ctools_005CMonoGame_002EExtended_002Edll/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=_002FUsers_002Frodrigooliveira_002Fgit_002Fallrod5_002Fmonodreams_002FMonoDreams_002EExamples_002Fbin_002FDebug_002Fnet8_002E0_002FImGui_002ENET_002Edll/@EntryIndexedValue">True</s:Boolean>
<s:Boolean x:Key="/Default/AddReferences/RecentPaths/=_002FUsers_002Frodrigooliveira_002Fgit_002Fallrod5_002Fmonodreams_002FMonoDreams_002Fbin_002FDebug_002Fnet8_002E0_002FMonogame_002EImGuiNet_002Edll/@EntryIndexedValue">True</s:Boolean>
<s:String x:Key="/Default/CodeInspection/ExcludedFiles/FilesAndFoldersToSkip2/=7020124F_002D9FFC_002D4AC3_002D8F3D_002DAAB8E0240759_002Ff_003AAComponentSystem_002Ecs_002Fl_003A_002E_002E_003F_002E_002E_003F_002E_002E_003FLibrary_003FApplication_0020Support_003FJetBrains_003FRider2024_002E2_003Fresharper_002Dhost_003FSourcesCache_003Fb13015ec4bf31eb2ad8e42a082591321d7a52166c45c799843fa35396e96bf_003FAComponentSystem_002Ecs/@EntryIndexedValue">ForceIncluded</s:String>
Expand Down

0 comments on commit 7ac2578

Please sign in to comment.