Skip to content

Commit

Permalink
chore: Add initial .gitattributes for line endings
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 committed Mar 22, 2019
1 parent e5a6df2 commit 58bb6ac
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 58bb6ac

Please sign in to comment.