-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy path.gitattributes
More file actions
30 lines (25 loc) · 844 Bytes
/
.gitattributes
File metadata and controls
30 lines (25 loc) · 844 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
# Directories
/.cache export-ignore
/.github export-ignore
/.wordpress-org export-ignore
/assets/src export-ignore
# Files
/.editorconfig export-ignore
/.gitattributes export-ignore
/.gitignore export-ignore
/composer.json export-ignore
/composer.lock export-ignore
/yarn.lock export-ignore
/package-lock.json export-ignore
/package.json export-ignore
/phpcs.xml.dist export-ignore
/postcss.config.js export-ignore
/pot.js export-ignore
/README.md export-ignore
/webpack-entry-list.js export-ignore
/webpack.common.js export-ignore
/webpack.dev.js export-ignore
/webpack.dev.vue.js export-ignore
/webpack.prod.js export-ignore
# Merge strategy
package.json merge=keep-local