Skip to content

Commit

Permalink
Add .gitattributes (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
duxet authored and greg-1-anderson committed Dec 7, 2017
1 parent 33bd195 commit c099380
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .gitattributes
@@ -0,0 +1,10 @@
/.github export-ignore
/build export-ignore
/docs export-ignore
/examples export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/.scrutinizer.yml export-ignore
/appveyor.yml export-ignore
2 changes: 1 addition & 1 deletion appveyor.yml
@@ -1,5 +1,5 @@
build: false
shallow_clone: true
shallow_clone: false
platform: 'x86'
clone_folder: C:\projects\robo
branches:
Expand Down

0 comments on commit c099380

Please sign in to comment.