Skip to content

Commit

Permalink
Adds Git configuration files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ecampidoglio committed Dec 6, 2012
1 parent 3045539 commit 3b9d1f2
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
*.cs diff=csharp
*.sln merge=union
*.csproj merge=union
*.sqlproj merge=union
*.dbproj merge=union
*.ps1 text
*.psd1 text
*.psm1 text
*.schemaview merge=union
*.DotSettings text eol=lf merge=union
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[Dd]ebug/
[Rr]elease/
build/
[Bb]in/
[Oo]bj/
[Hh]elp/
[Pp]ackages/
[Ll]ogs/
_[Rr]e[Ss]harper.*/
_[Nn][Cc]runch_*/
*.[Cc]ache
TestResults/
Packages.dgml
*.suo
*.sln.cache
*.[Uu]ser
*.orig
*.vsmdi
*.testrunconfig
*.docstates
*.Publish.xml
*.dbmdl
*.[Rr]e[Ss]harper*
*.dotCover
*.ncrunchsolution
*.ncrunchproject
*.crunchsolution.local.xml
*.crunchproject.local.xml
*.vbw

0 comments on commit 3b9d1f2

Please sign in to comment.