From 10c20777ee66e91bd8411fe0fe622e948bacba38 Mon Sep 17 00:00:00 2001 From: IcySon55 Date: Sat, 9 Sep 2017 14:43:29 -0400 Subject: [PATCH] Added .gitignore to Solution Items and ignored *Notes.md files in the solution root. --- .gitignore | 1 + Kuriimu.sln | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6c12da2e..9fae50a0 100644 --- a/.gitignore +++ b/.gitignore @@ -15,3 +15,4 @@ obj /src/Kukkii/Properties/AssemblyInfo.cs /src/Kontract/Properties/AssemblyInfo.cs /src/runext/Properties/AssemblyInfo.cs +/*Notes.md \ No newline at end of file diff --git a/Kuriimu.sln b/Kuriimu.sln index 5a750d8e..d4f74ae0 100644 --- a/Kuriimu.sln +++ b/Kuriimu.sln @@ -1,7 +1,7 @@  Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 15 -VisualStudioVersion = 15.0.26730.3 +VisualStudioVersion = 15.0.26730.12 MinimumVisualStudioVersion = 10.0.40219.1 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kuriimu", "src\Kuriimu\Kuriimu.csproj", "{7C89FFAF-B638-4577-A1FC-9A783D242428}" ProjectSection(ProjectDependencies) = postProject @@ -214,6 +214,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "text_heroes", "src\text\tex EndProject Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{58D89148-3260-44C1-AC5C-1FDE25809710}" ProjectSection(SolutionItems) = preProject + .gitignore = .gitignore get_git_info.ps1 = get_git_info.ps1 LICENSE.md = LICENSE.md LZ4.dll = LZ4.dll