generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
73 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
# Auto detect text files and perform LF normalization | ||
* text=auto | ||
|
||
.gitattributes text | ||
.gitignore text | ||
|
||
project.json text | ||
|
||
*.doc diff=astextplain | ||
*.DOC diff=astextplain | ||
*.docx diff=astextplain | ||
*.DOCX diff=astextplain | ||
*.dot diff=astextplain | ||
*.DOT diff=astextplain | ||
*.pdf diff=astextplain | ||
*.PDF diff=astextplain | ||
*.rtf diff=astextplain | ||
*.RTF diff=astextplain | ||
|
||
*.asm text | ||
*.c text | ||
*.config text | ||
*.cpp text | ||
*.clj text | ||
*.cs text diff=csharp | ||
*.css text | ||
*.cxx text | ||
*.erl text | ||
*.fs text | ||
*.fsx text | ||
*.h text | ||
*.hs text | ||
*.htm text diff=html | ||
*.html text diff=html | ||
*.hxx text | ||
*.java text | ||
*.js text | ||
*.json text | ||
*.less text | ||
*.lisp text | ||
*.lua text | ||
*.m text | ||
*.md text | ||
*.php text | ||
*.ps1 text | ||
*.py text | ||
*.rb text | ||
*.resx text | ||
*.sass text | ||
*.scss text | ||
*.sql text | ||
*.vb text | ||
|
||
# Unix artifacts | ||
*.sh text eol=lf | ||
|
||
# Visual Studio artifacts | ||
*.csproj text eol=crlf | ||
*.dbproj text eol=crlf | ||
*.filters text eol=crlf | ||
*.fsproj text eol=crlf | ||
*.props text eol=crlf | ||
*.sln text eol=crlf | ||
*.targets text eol=crlf | ||
*.vbproj text eol=crlf | ||
*.vcxitems text eol=crlf | ||
*.vcxproj text eol=crlf | ||
|
||
# Denote all files that are truly binary and should not be modified. | ||
*.jpg binary | ||
*.png binary | ||
*.gif binary | ||
*.zip binary |