forked from bitst0rm-pub/Formatter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
22 lines (22 loc) · 857 Bytes
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
* text=auto eol=lf
*.jpg binary
*.png binary
*.gif binary
*.gz binary
*.rar binary
*.zip binary
*.sh ident export-subst
*.m ident export-subst
*.c ident export-subst
*.cc ident export-subst
*.h ident export-subst
*.js ident export-subst
*.py ident export-subst
*.php ident export-subst
LICENSE ident export-subst
README.md ident export-subst
.git export-ignore
.github export-ignore
.gitignore export-ignore
.gitattributes export-ignore
.editorconfig export-ignore