Skip to content

Commit

Permalink
Merge pull request Azure#76 from bganapa/git-ignore
Browse files Browse the repository at this point in the history
Adding root level .gitignore and .gitattributes
  • Loading branch information
bganapa committed Feb 21, 2020
2 parents e3fa127 + fedce5d commit 1e3f19a
Show file tree
Hide file tree
Showing 2 changed files with 20 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 @@
# Set default behaviour, in case users don't have core.autocrlf set.
* text=auto

*.sln text eol=crlf
*.cs text eol=crlf
*.csproj text eol=crlf
*.ps1 text eol=crlf
*.psd1 text eol=crlf
*.psm1 text eol=crlf
*.ps1xml text eol=crlf
10 changes: 10 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
bin
obj
.vs
generated
internal
exports
src/**/tools
src/**/resources
.gitignore
.gitattributes

0 comments on commit 1e3f19a

Please sign in to comment.