-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitattributes
More file actions
113 lines (109 loc) · 1.92 KB
/
Copy path.gitattributes
File metadata and controls
113 lines (109 loc) · 1.92 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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# Cross-platform line-ending policy.
# Store text with LF in Git so Windows and Unix-like systems stay in sync.
* text=auto eol=lf
# Windows command files conventionally use CRLF.
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# Source, firmware, scripts, config, and docs.
*.c text eol=lf
*.cc text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.hh text eol=lf
*.hpp text eol=lf
*.ino text eol=lf
*.py text eol=lf
*.js text eol=lf
*.ts text eol=lf
*.jsx text eol=lf
*.tsx text eol=lf
*.css text eol=lf
*.html text eol=lf
*.sh text eol=lf
*.bash text eol=lf
*.zsh text eol=lf
*.md text eol=lf
*.rst text eol=lf
*.txt text eol=lf
*.csv text eol=lf
*.json text eol=lf
*.toml text eol=lf
*.ini text eol=lf
*.cfg text eol=lf
*.conf text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.xml text eol=lf
*.svg text eol=lf
*.drawio text eol=lf
*.scad text eol=lf
*.gcode text eol=lf
Makefile text eol=lf
*.mk text eol=lf
# Electronics/CAD text formats.
*.kicad_pcb text eol=lf
*.kicad_sch text eol=lf
*.kicad_pro text eol=lf
*.kicad_prl text eol=lf
*.kicad_mod text eol=lf
*.kicad_sym text eol=lf
*.sch text eol=lf
*.pro text eol=lf
*.net text eol=lf
*.lib text eol=lf
*.gbr text eol=lf
*.drl text eol=lf
*.qet text eol=lf
*.plcprj text eol=lf
*.wkpx text eol=lf
# Binary assets and generated artifacts.
*.png binary
*.PNG binary
*.jpg binary
*.JPG binary
*.jpeg binary
*.gif binary
*.bmp binary
*.ico binary
*.webp binary
*.tif binary
*.tiff binary
*.xcf binary
*.psd binary
*.pdf binary
*.odt binary
*.ods binary
*.xlsx binary
*.vsdx binary
*.zip binary
*.7z binary
*.tar binary
*.gz binary
*.tgz binary
*.bz2 binary
*.xz binary
*.rar binary
*.bin binary
*.hex binary
*.elf binary
*.mpy binary
*.pyc binary
*.stl binary
*.STL binary
*.step binary
*.STEP binary
*.stp binary
*.STP binary
*.3mf binary
*.FCStd binary
*.fcstd binary
*.FCBak binary
*.fcbak binary
*.sldprt binary
*.SLDPRT binary
*.sldasm binary
*.SLDASM binary
*.f3d binary
*.sl1 binary
*.imgx binary