-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitattributes
34 lines (30 loc) · 1016 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
# Set the default behavior, in case people don't have `core.autocrlf` set.
* text=auto
# Declare files that will always have LF line endings on checkout.
*.php text eol=lf
# Denote all files that are truly binary and should not be modified.
*.aar binary
*.gif binary
*.jar binary
*.jpg binary
*.png binary
*.ttf binary
*.webp binary
# Remove files for archives generated using `git archive`.
/.* export-ignore
changelog.txt export-ignore
composer.* export-ignore
package*.json export-ignore
phpcs.* export-ignore
phpunit.* export-ignore
README.md export-ignore
# Remove folders for archives generated using `git archive`.
assets/admin/scss export-ignore
assets/admin/src export-ignore
assets/frontend/scss export-ignore
assets/frontend/src export-ignore
bin/ export-ignore
.changelog/ export-ignore
tests/ export-ignore
tools/ export-ignore
adv-ads-scaffolding export-ignore