-
Notifications
You must be signed in to change notification settings - Fork 388
/
.gitattributes
32 lines (25 loc) · 1.01 KB
/
.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
# Automatically normalize line endings for all text-based files
# https://git-scm.com/docs/gitattributes#_effects
* text=auto
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Exclude the following files when generating an archive
# https://git-scm.com/book/en/Customizing-Git-Git-Attributes#Exporting-Your-Repository
**/CHANGELOG.md export-ignore
**/package-lock.json export-ignore
**/README.md export-ignore
.editorconfig export-ignore
.gitattributes export-ignore
.github export-ignore
.markdownlint.json export-ignore
.travis.yml export-ignore
changelogs export-ignore
scripts export-ignore
src/**/package.json export-ignore
src/browser-logos.gif export-ignore
src/main-desktop-browser-logos.png export-ignore
src/main-mobile-browser-logos.png export-ignore
src/old-browser-logos.gif export-ignore
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Exclude the following files from GitHub's language statistics
# https://github.com/github/linguist#using-gitattributes
scripts/* linguist-vendored