Skip to content

Commit ca0872f

Browse files
committed
Add packages.config for Cake
1 parent 6d976d5 commit ca0872f

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

.gitignore

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -236,9 +236,6 @@ _Pvt_Extensions
236236
.fake/
237237

238238
# Cake
239-
dist/
240-
build/
241-
tools/
242-
243-
# StyleCop
244-
StyleCopViolations.xml
239+
tools/Cake/
240+
tools/nuget.exe
241+
tools/packages.config.md5sum

tools/packages.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<packages>
3+
<package id="Cake" version="0.15.1" />
4+
</packages>

0 commit comments

Comments
 (0)