forked from WormieCorp/Localization.AspNetCore.TagHelpers
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
31 lines (26 loc) · 810 Bytes
/
Copy path.gitattributes
File metadata and controls
31 lines (26 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
* text eol=lf whitespace=tab-in-indent,trailing-space,tabwidth=2
*.cs diff=csharp
*.sln eol=crlf whitespace=-tab-in-indent
*.sh eol=lf
*.ps1 eol=crlf
*.resx whitespace=-blank-at-eol
*.md whitespace=-trailing-space
*.slconfig text eol=crlf
*.ruleset text eol=crlf
# Files that should not be packed inside archives
.github/ export-ignore
docs/ export-ignore
.appveyor.yml export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.gitignore export-ignore
.mergify.yml export-ignore
.travis.yml export-ignore
CODE_OF_CONDUCT.md export-ignore
CodeMaid.config export-ignore
config.wyam export-ignore
CONTRIBUTING.md export-ignore
GitReleaseManager.yaml export-ignore
GitVersion.yml export-ignore
*.vsext export-ignore
Vagrantfile export-ignore