Skip to content

Commit 5f72e3a

Browse files
authored
Merge pull request #7 from Bluscream/main
2 parents d6e502b + 4365290 commit 5f72e3a

28 files changed

+1522
-849
lines changed

.editorconfig

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[*.cs]
2+
3+
# CS1591: Missing XML comment for publicly visible type or member
4+
dotnet_diagnostic.CS1591.severity = silent

.gitignore

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,4 +385,8 @@ FodyWeavers.xsd
385385

386386
# JetBrains Rider
387387
.idea/
388-
*.sln.iml
388+
*.sln.iml
389+
390+
391+
# Custom Entries
392+
!OverwolfPatcher.exe

OverwolfInsiderPatcher/InjectMethods.cs

Lines changed: 0 additions & 219 deletions
This file was deleted.

OverwolfInsiderPatcher/OverwolfInsiderPatcher.csproj

Lines changed: 0 additions & 108 deletions
This file was deleted.

0 commit comments

Comments
 (0)