forked from forge-ext/forge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
43 lines (38 loc) · 893 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
39
40
41
42
43
* text=auto
# Source code
*.sh text eol=lf
*.bash text eol=lf
*.js text
*.ts text
# Documentation
*.md text
AUTHORS text
CHANGELOG text
CHANGES text
CONTRIBUTING text
COPYING text
copyright text
*COPYRIGHT* text
INSTALL text
license text
LICENSE text
NEWS text
readme text
*README* text
TODO text
# Configs
.editorconfig text
.gitattributes text
.gitconfig text
Makefile text
makefile text
# Graphics
*.gif binary
*.ico binary
*.jpg binary
*.jpeg binary
*.png binary
*.svg text
*.webp binary
# Ignore files (like .npmignore or .gitignore)
*.*ignore text