Skip to content

Commit

Permalink
(GH-2) Added missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Oct 31, 2016
1 parent 40ee79f commit a776c55
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 0 deletions.
Empty file added .appveyor.yml
Empty file.
17 changes: 17 additions & 0 deletions .gitattributes
@@ -0,0 +1,17 @@
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs diff=csharp

# Standard to msysgit
*.doc diff=astextplain
*.DOC diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot diff=astextplain
*.DOT diff=astextplain
*.pdf diff=astextplain
*.PDF diff=astextplain
*.rtf diff=astextplain
*.RTF diff=astextplain
12 changes: 12 additions & 0 deletions GitReleaseManager.yaml
@@ -0,0 +1,12 @@
issue-labels-include:
- Breaking change
- Feature
- Bug
- Improvement
- Documentation
issue-labels-exclude:
- Build
issue-labels-alias:
- name: Documentation
header: Documentation
plural: Documentation
1 change: 1 addition & 0 deletions README.md
@@ -0,0 +1 @@
# Cake.Recipe
5 changes: 5 additions & 0 deletions tools/packages.config
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Cake" version="0.16.2" />
<package id="Cake.CoreCLR" version="0.16.2" />
</packages>

0 comments on commit a776c55

Please sign in to comment.