-
Notifications
You must be signed in to change notification settings - Fork 8
/
.gitattributes
47 lines (43 loc) · 1.05 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# -----------------------------
# Exclude files from releases
# git files
.gitattributes export-ignore
.gitignore export-ignore
.github export-ignore
# misc development config files
.vscode export-ignore
src/coverage export-ignore
src/test/* 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
src/jest.config.js export-ignore
release-config/* export-ignore
release-config export-ignore
src/scriptlog export-ignore
scriptlog export-ignore
.codeclimate.yml export-ignore
.jshintrc export-ignore
.release-please-manifest.json export-ignore
release-please-config.json export-ignore
renovate.json export-ignore
.cache_ggshield
# general text files
changelog.md export-ignore
# -----------------------------
# Enforce Unix newlines
* text eol=lf
# -----------------------------
# binaries
*.ai binary
*.psd binary
*.jpg binary
*.gif binary
*.png binary
*.jpeg binary
*.zip binary
*.qvf binary