forked from BrentOzarULTD/SQL-Server-First-Responder-Kit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating gitignore and addting gitattributes
- Loading branch information
Showing
2 changed files
with
95 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,63 @@ | ||
# Force this repository to use Windows line endings | ||
* text=crlf | ||
|
||
# Custom for Visual Studio | ||
*.ascx text | ||
*.cmd text | ||
*.coffee text | ||
*.config text | ||
*.cs text diff=csharp | ||
*.csproj text merge=union | ||
*.css text | ||
*.cshtml text | ||
*.htm text | ||
*.html text | ||
*.js text | ||
*.msbuild text | ||
*.resx text merge=union | ||
*.ruleset text | ||
*.Stylecop text | ||
*.targets text | ||
*.tt text | ||
*.txt text | ||
*.vb text | ||
*.vbhtml text | ||
*.vbproj text merge=union | ||
*.xml text | ||
*.xunit text | ||
*.sln text eol=crlf merge=union | ||
|
||
# STANDARD TO MSYSGIT | ||
*.DOC DIFF=ASTEXTPLAIN | ||
*.DOC DIFF=ASTEXTPLAIN | ||
*.DOCX DIFF=ASTEXTPLAIN | ||
*.DOCX DIFF=ASTEXTPLAIN | ||
*.XLS binary | ||
*.XLS binary | ||
*.XLSX binary | ||
*.XLSX binary | ||
*.PPT binary | ||
*.PPTX binary | ||
*.DOT DIFF=ASTEXTPLAIN | ||
*.DOT DIFF=ASTEXTPLAIN | ||
*.PDF DIFF=ASTEXTPLAIN | ||
*.PDF DIFF=ASTEXTPLAIN | ||
*.RTF DIFF=ASTEXTPLAIN | ||
*.RTF DIFF=ASTEXTPLAIN | ||
|
||
*.JPG BINARY | ||
*.PNG BINARY | ||
*.GIF BINARY | ||
*.ICO BINARY | ||
*.BMP BINARY | ||
*.MDF BINARY | ||
*.LDF BINARY | ||
|
||
# T-SQL files | ||
*.sql eol=crlf merge=union | ||
|
||
# prevent unwanted files from bloating the zip distribution package | ||
BlitzBuilder/ export-ignore | ||
sp_AskBrent/ export-ignore | ||
sp_Blitz/ export-ignore | ||
sp_BlitzIndex/ export-ignore |
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