forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy path.gitattributes
More file actions
32 lines (27 loc) · 775 Bytes
/
Copy path.gitattributes
File metadata and controls
32 lines (27 loc) · 775 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
32
* text=auto eol=lf
*.bmp binary
*.dll binary
*.gif binary
*.jpg binary
*.png binary
*.snk binary
*.exe binary
*.wmv binary
*.mp4 binary
*.ismv binary
*.isma binary
*.cs text eol=lf diff=csharp
*.csproj text eol=lf
*.sln text eol=lf
*.sh text eol=lf
*.json text eol=lf
*.bicep text eol=lf
# Automatically collapse Track 2 test recordings in github PRs
**/SessionRecords/**/*.json linguist-generated=true
# Generated code
**/Generated/**/*.cs linguist-generated=true
**/Generated/**/*.csproj linguist-generated=true
# Keep merge=ours on its own line. gh aw compile rewrites the linguist-generated
# line for this pattern and drops any extra attributes placed on it.
.github/workflows/*.lock.yml linguist-generated=true
.github/workflows/*.lock.yml merge=ours