-
Notifications
You must be signed in to change notification settings - Fork 89
Expand file tree
/
Copy path.gitattributes
More file actions
31 lines (29 loc) · 828 Bytes
/
.gitattributes
File metadata and controls
31 lines (29 loc) · 828 Bytes
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
# Items to ignore when downloading a zip
*.yml export-ignore
.git export-ignore
.github export-ignore
.gitattributes export-ignore
.gitignore export-ignore
gulpfile.js export-ignore
*.json export-ignore
composer.json !export-ignore
composer.lock export-ignore
/languages/*.po export-ignore
/assets/scss/ export-ignore
*.css.map export-ignore
phpcs.xml export-ignore
.phpstan export-ignore
phpcompat.xml export-ignore
phpstan.neon export-ignore
.editorconfig export-ignore
/assets/scripts/ export-ignore
/patches/ export-ignore
/gulptasks/ export-ignore
.example.env export-ignore
CONTRIBUTING.md export-ignore
package-lock.json export-ignore
# Declare files that will always have CRLF line endings on checkout.
#*.php text eol=crlf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary