Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Auto: Updating standardized files #15

Merged
merged 1 commit into from
Apr 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
48 changes: 47 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,47 @@
*.gz binary
# 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
Loading