Skip to content

Commit

Permalink
Update resources
Browse files Browse the repository at this point in the history
  • Loading branch information
Jericho committed Oct 19, 2018
1 parent 9a06e9b commit 90a0c4b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
## Get latest from https://github.com/github/gitignore/blob/master/VisualStudio.gitignore

# User-specific files
*.rsuser
*.suo
*.user
*.userosscache
Expand Down Expand Up @@ -62,7 +63,7 @@ StyleCopReport.xml
# Files built by Visual Studio
*_i.c
*_p.c
*_i.h
*_h.h
*.ilk
*.meta
*.obj
Expand All @@ -79,6 +80,7 @@ StyleCopReport.xml
*.tlh
*.tmp
*.tmp_proj
*_wpftmp.csproj
*.log
*.vspscc
*.vssscc
Expand Down Expand Up @@ -293,8 +295,8 @@ paket-files/
.idea/
*.sln.iml

# CodeRush
.cr/
# CodeRush personal settings
.cr/personal

# Python Tools for Visual Studio (PTVS)
__pycache__/
Expand Down
4 changes: 2 additions & 2 deletions build.cake
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
#addin nuget:?package=Cake.Coveralls&version=0.9.0

// Install tools.
#tool nuget:?package=GitVersion.CommandLine&version=4.0.0-beta0014
#tool nuget:?package=GitVersion.CommandLine&version=4.0.1-beta1-21
#tool nuget:?package=GitReleaseManager&version=0.7.1
#tool nuget:?package=OpenCover&version=4.6.519
#tool nuget:?package=ReportGenerator&version=4.0.0-rc4
#tool nuget:?package=ReportGenerator&version=4.0.0-rc11
#tool nuget:?package=coveralls.io&version=1.4.2
#tool nuget:?package=xunit.runner.console&version=2.4.0

Expand Down

0 comments on commit 90a0c4b

Please sign in to comment.