-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #89 from LordMike/feature/auto-contents
Auto: Updating standardized files
- Loading branch information
Showing
1 changed file
with
47 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,47 @@ | ||
# Linux scripts | ||
*.sh text diff=bash eol=lf encoding=utf-8 | ||
|
||
# Windows scripts | ||
*.bat text eol=crlf encoding=utf-8 | ||
*.ps1 text eol=crlf encoding=utf-8 | ||
|
||
# Config files | ||
*.conf text eol=lf encoding=utf-8 | ||
|
||
# Source code files | ||
*.cs text diff=csharp eol=lf encoding=utf-8 | ||
*.py text diff=python eol=lf encoding=utf-8 | ||
*.cshtml text diff=html eol=lf encoding=utf-8 | ||
*.html text diff=html eol=lf encoding=utf-8 | ||
*.json text eol=lf encoding=utf-8 | ||
*.css text diff=css eol=lf encoding=utf-8 | ||
*.scss text diff=css eol=lf encoding=utf-8 | ||
*.js text eol=lf encoding=utf-8 | ||
|
||
# Text files | ||
*.txt text eol=lf encoding=utf-8 | ||
*.md text diff=markdown eol=lf encoding=utf-8 | ||
|
||
# XML files | ||
*.DotSettings text eol=lf encoding=utf-8 | ||
*.xml text eol=lf encoding=utf-8 | ||
*.targets text eol=lf encoding=utf-8 | ||
*.props text eol=lf encoding=utf-8 | ||
*.csproj text eol=lf encoding=utf-8 | ||
*.sln text eol=lf encoding=utf-8 | ||
|
||
# Other | ||
*.yml text eol=lf encoding=utf-8 | ||
*.yaml text eol=lf encoding=utf-8 | ||
|
||
# Binary files | ||
*.dll binary | ||
*.dat binary | ||
*.pfx binary | ||
|
||
# Images | ||
*.svg text eol=lf encoding=utf-8 | ||
*.png binary | ||
*.jpg binary | ||
*.png binary | ||
*.gif binary |