-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitattributes
49 lines (44 loc) · 1.23 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
##
# Exclude from release archives.
#
# Here we add resources that are not needed in the download
# for production use.
##
#TOREMOVE .editorconfig export-ignore
#TOREMOVE .eslintignore export-ignore
#TOREMOVE .eslintrc export-ignore
#TOREMOVE .gitattributes export-ignore
#TOREMOVE .gitignore export-ignore
#TOREMOVE .npmrc export-ignore
#TOREMOVE .stylelintignore export-ignore
#TOREMOVE .stylelintrc export-ignore
#TOREMOVE CHANGELOG.md export-ignore
#TOREMOVE README.md export-ignore
#TOREMOVE composer.json export-ignore
#TOREMOVE package.json export-ignore
#TOREMOVE package-lock.json export-ignore
#TOREMOVE webpack.config.js export-ignore
#TOREMOVE phpstan.neon export-ignore
#TOREMOVE .github export-ignore
#TOREMOVE .git export-ignore
#TOREMOVE .gitkeep export-ignore
#TOREMOVE /assets/scripts/src export-ignore
#TOREMOVE /assets/styles/src export-ignore
##
# Don't try and diff these...
##
composer.lock -diff
package-lock.json -diff
*.map -diff
assets/scripts/dist/*.css -diff
assets/styles/dist/*.css -diff
##
# Handle line endings.
# See https://help.github.com/articles/dealing-with-line-endings/
##
* text eol=lf
*.php text
*.jpg binary
*.png binary
*.gif binary
*.ico binary