-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
93 lines (78 loc) · 1.37 KB
/
.gitattributes
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
# By default, all text files should have the "lf" (Unix) line endings
* text eol=lf
# Common files
*.yml text
*.xml text
*.yaml text
*.md text
*.txt text
*.json text
*.editorconfig text
*.config text
*.service text
*.sh text
*.zsh text
*.zshrc text
*.gitconfig text
VERSION text
# Java
*.java text
*.gradle text
*.properties text
*.kts text
*.snippet text
*.adoc text
*.sql text
# front technology
*.css text
*.html text
*.js text
*.ts text
*.stylelintrc text
*.scss text
*.webmanifest text
# dotnet
*.sln text
*.csproj text
*.user text
*.cs text
*.manifest text
*.resx text
*.nuspec text
*.p text
# conf
*.lua
# Windows text files that should be normalized to crlf
*.ps1 text eol=crlf
*.cmd text eol=crlf
*.bat text eol=crlf
*.ini text eol=crlf
*.reg text eol=crlf
*.vbs text eol=crlf
# Binary files that should not be normalized or diffed
*.jar binary
*.exe binary
*.msi binary
*.dll binary
*.pdb binary
*.pfx binary
*.snk binary
*.png binary
*.gif binary
*.jpg binary
*.bmp binary
*.ico binary
*.ttf binary
*.pdf binary
*.chm binary
*.7z binary
*.zip binary
*.pptx binary
*.xlsx binary
*.key
config/wsl-vpnkit/wsl-gvforwarder binary
# To list all file extensions present in the repo in ps1:
# Get-Childitem -Recurse | Select-Object Extension -Unique
*.service text