forked from Codeinwp/otter-blocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitattributes
29 lines (27 loc) · 860 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
.eslintrc export-ignore
.gitignore export-ignore
phpcs.xml export-ignore
package.json export-ignore
package-lock.json export-ignore
webpack.config.js export-ignore
src export-ignore
tests export-ignore
.github export-ignore
.wordpress-org export-ignore
.releaserc.yml export-ignore
Gruntfile.js export-ignore
composer.json export-ignore
composer.lock export-ignore
bin export-ignore
.gitattributes export-ignore
.distignore export-ignore
phpunit.xml export-ignore
docker-compose.yml export-ignore
grunt 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