-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitattributes
More file actions
62 lines (49 loc) · 1.61 KB
/
Copy path.gitattributes
File metadata and controls
62 lines (49 loc) · 1.61 KB
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
# ------------------------------------------------------------------------------
# This file is synced from the radius-project/.github repository.
# DO NOT EDIT MANUALLY - changes will be overwritten by the next sync.
# Source: https://github.com/radius-project/.github
# ------------------------------------------------------------------------------
# Force the following filetypes to have unix eols, so Windows does not break them
* text eol=lf
# Declare files that will always have CRLF line endings on checkout.
*.{cmd,[cC][mM][dD]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf
# Common files
*.pdf binary
# Image files
*.gif binary
*.tif binary
*.ico binary
*.jpg binary
*.jpeg binary
*.png binary
# Microsoft Office documents
*.pptx binary
*.potx binary
*.docx binary
*.dotx binary
*.vsdx binary
# Lock files are generated and should ignore line endings.
# Node.js
package-lock.json -text linguist-generated=true
npm-shrinkwrap.json -text linguist-generated=true
pnpm-lock.yaml -text linguist-generated=true
yarn.lock -text linguist-generated=true
bun.lock -text linguist-generated=true
bun.lockb binary linguist-generated=true
# Go
go.sum -text linguist-generated=true
go.work.sum -text linguist-generated=true
# .NET
packages.lock.json -text linguist-generated=true
# Python
uv.lock -text linguist-generated=true
poetry.lock -text linguist-generated=true
pdm.lock -text linguist-generated=true
Pipfile.lock -text linguist-generated=true
# Rust
Cargo.lock -text linguist-generated=true
# Terraform / OpenTofu
.terraform.lock.hcl -text linguist-generated=true
# Dev containers
devcontainer-lock.json -text linguist-generated=true