-
Notifications
You must be signed in to change notification settings - Fork 6
/
.gitattributes
39 lines (36 loc) · 1.26 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
# 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.
*.php text eol=lf
# Exclude files from the package.
.husky export-ignore
.design export-ignore
.ideas export-ignore
.vscode export-ignore
node_modules export-ignore
packages export-ignore
tests export-ignore
.editorconfig export-ignore
.eslintignore export-ignore
.eslintrc.json export-ignore
.gitignore export-ignore
.gitattributes export-ignore
.lintstagedrc export-ignore
.prettierignore export-ignore
.prettierrc.js export-ignore
.stylelintrc.json export-ignore
.wp-env.json export-ignore
composer.json export-ignore
composer.lock export-ignore
jest.config.js export-ignore
package-lock.json export-ignore
package.json export-ignore
phpcs_error.txt export-ignore
phpcs_error.csv export-ignore
phpcs_error.xml export-ignore
phpcs.xml export-ignore
playwright.config.js export-ignore
webpack.config.js export-ignore