forked from OpenCircuits/OpenCircuits
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
38 lines (36 loc) · 993 Bytes
/
.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
# Set the default behavior to automatically decide
* text=auto
# Files to automatically convert the line endings of on checkout.
*.applescript text
*.cjs text
*.css text diff=css
*.go text diff=golang
*.html text diff=html
*.js text
*.json text
*.jsx text
*.md text diff=markdown
*.mdx text diff=markdown
*.mod text
*.scss text diff=css
*.sql text
*.sum text
*.svg text
*.ts text
*.tsx text
*.txt text
*.xml text
*.yml text
.env.development text
.env.production text
.gitattributes text
.gitignore text
LICENSE text
yarn.lock text
# Files to keep as binary and not convert.
*.png binary
*.jpg binary
*.jpeg binary
*.pdf binary
*.circuit binary
*.ico binary