Skip to content

Commit

Permalink
chore: Add initial .gitattributes for line endings (Azure#4746)
Browse files Browse the repository at this point in the history
No normalizaton, just tested updated .gitignore for some excluded files
when checking with `git rm -rf --cached . && git add .`
  • Loading branch information
nschonni authored and sergey-shandar committed Apr 6, 2019
1 parent 32c02c3 commit 04b1040
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
8 changes: 6 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ SdkCodeGen
# Visual Studio #
.settings/
.vs/
.vscode/
/app.js
*.suo
*.user
Expand Down Expand Up @@ -105,4 +104,9 @@ output/*
errors.txt
warnings.txt

/dist/
# VS Code files
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json

0 comments on commit 04b1040

Please sign in to comment.