-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitattributes
35 lines (32 loc) · 1.07 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
.gitattributes export-ignore
.gitignore export-ignore
.travis.yml export-ignore
Gruntfile.js export-ignore
docker-compose.local.yml export-ignore
.releaserc.yml export-ignore
composer.lock export-ignore
.nvmrc export-ignore
package.json export-ignore
package-lock.json export-ignore
phpcs.xml export-ignore
phpunit.xml export-ignore
README.md export-ignore
tests export-ignore
bin export-ignore
README.md export-ignore
.github export-ignore
.eslintrc export-ignore
assets/js/src export-ignore
docs export-ignore
.wp-env.override.json export-ignore
postcss.config.js export-ignore
# Set the default behavior for all files.
* text=auto
# Normalized and converts to
# native line endings on checkout.
*.php text
# Convert to LF line endings on checkout.
*.sh text eol=lf
# Binary files.
*.png binary
*.jpg binary