-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
62 lines (58 loc) · 1.28 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
# Path-based git attributes
# https://www.kernel.org/pub/software/scm/git/docs/gitattributes.html
# Auto detect text files and perform LF normalization
* text eol=lf
# (binary is a macro for -text -diff)
*.br binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.gz binary
*.ico binary
*.mov binary
*.mp4 binary
*.mp3 binary
*.flv binary
*.fla binary
*.swf binary
*.gz binary
*.zip binary
*.7z binary
*.ttf binary
*.otf binary
*.eot binary
*.woff binary
*.woff2 binary
*.pyc binary
*.pdf binary
# Ignore hidden files & directories
/.editorconfig export-ignore
/.env export-ignore
/.env.example export-ignore
/.eslintrc export-ignore
/.eslintignore export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/.gitlab-ci.yml export-ignore
/.gitmodules export-ignore
/.idea export-ignore
/.stylelintignore export-ignore
/.stylelintrc.json export-ignore
# Ignore directories
/.githooks export-ignore
/dev export-ignore
/gulp-tasks export-ignore
/node_modules export-ignore
/vendor export-ignore
# Ignore files
/docker-compose.yml export-ignore
/fractal.config.js export-ignore
/gulpfile.js export-ignore
/package.json export-ignore
/package-lock.json export-ignore
/phpcs.xml export-ignore
/phpmd.xml export-ignore
/phpunit.php export-ignore
/phpunit.xml export-ignore
/README.adoc export-ignore