Skip to content

Commit

Permalink
Added .gitignore to Solution Items and ignored *Notes.md files in the…
Browse files Browse the repository at this point in the history
… solution root.
  • Loading branch information
IcySon55 committed Sep 9, 2017
1 parent b4b9223 commit 10c2077
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ obj
/src/Kukkii/Properties/AssemblyInfo.cs
/src/Kontract/Properties/AssemblyInfo.cs
/src/runext/Properties/AssemblyInfo.cs
/*Notes.md
3 changes: 2 additions & 1 deletion Kuriimu.sln
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 10c2077

Please sign in to comment.