Skip to content

Commit

Permalink
Turn off line ending git auto conversion (#953)
Browse files Browse the repository at this point in the history
* Stop git from automatically converting line endings everytime repo is cloned
* add .vs folder to .gitignore
  • Loading branch information
RichLinnell authored and SabotageAndi committed Oct 11, 2017
1 parent fb1717e commit 1d6cd6a
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 35 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
* text=auto
* text=false
68 changes: 34 additions & 34 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@

*.vspscc
*.vssscc
*.user
*.suo
Thumbs.db
obj/
[Bb]in/
[Dd]ebug*/
[Rr]elease*/
_ReSharper*/
_NCrunch*/
[Tt]est[Rr]esult*
*.pidb
*.userprefs
*.resharper
*.ncrunchproject
*.ncrunchsolution
*.cache
*.gpState
*.dotCover
test-results

*.docstates
Tests/TechTalk.SpecFlow.Specs.Silverlight4.Web/ClientBin/*
*.stackdump
_UpgradeReport_Files/*
Backup*/*

UpgradeLog*


packages/*
/_NCrunch_TechTalk.SpecFlow_VS2013/StoredText

*.vspscc
*.vssscc
*.user
*.suo
Thumbs.db
obj/
[Bb]in/
[Dd]ebug*/
[Rr]elease*/
_ReSharper*/
_NCrunch*/
[Tt]est[Rr]esult*
*.pidb
*.userprefs
*.resharper
*.ncrunchproject
*.ncrunchsolution
*.cache
*.gpState
*.dotCover
test-results

*.docstates
Tests/TechTalk.SpecFlow.Specs.Silverlight4.Web/ClientBin/*
*.stackdump
_UpgradeReport_Files/*
Backup*/*

UpgradeLog*
.vs/*

packages/*
/_NCrunch_TechTalk.SpecFlow_VS2013/StoredText
!lib/**
TechTalk.SpecFlow.Tools/app.config
TechTalk.SpecFlow.Tools/plugincompability.config
Expand Down

0 comments on commit 1d6cd6a

Please sign in to comment.