-
Notifications
You must be signed in to change notification settings - Fork 13
/
.gitattributes
41 lines (38 loc) · 934 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
# -----------------------------
# Exclude files from releases
# git files
.gitattributes export-ignore
.gitignore export-ignore
.github export-ignore
# misc development config files
.vscode export-ignore
src/.dockerignore export-ignore
src/.eslintrc.yml export-ignore
src/.jshintrc export-ignore
src/.prettierignore export-ignore
src/.prettierrc.yaml export-ignore
src/.snyk export-ignore
src/Dockerfile export-ignore
.codeclimate.yml export-ignore
.editorconfig export-ignore
.jshintrc export-ignore
.release-please-manifest.json export-ignore
release-please-config.json export-ignore
renovate.json export-ignore
release-config export-ignore
release export-ignore
release-macos export-ignore
# general text files
# -----------------------------
# Enforce Unix newlines
* text eol=lf
# -----------------------------
# binaries
*.ai binary
*.psd binary
*.jpg binary
*.gif binary
*.png binary
*.jpeg binary
*.qvf binary
*.zip binary