Skip to content

Commit 019ad0f

Browse files
committed
Create .gitattributes
1 parent f3eaeda commit 019ad0f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.gitattributes

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Directories
2+
/.git export-ignore
3+
/.github export-ignore
4+
/.wordpress-org export-ignore
5+
6+
# Files
7+
/.babelrc export-ignore
8+
/.browserslistrc export-ignore
9+
/.DS_Store export-ignore
10+
/.editorconfig export-ignore
11+
/.eslintignore export-ignore
12+
/.eslintrc export-ignore
13+
/.gitattributes export-ignore
14+
/.gitignore export-ignore
15+
/CHANGELOG.md export-ignore
16+
/CODE_OF_CONDUCT.md export-ignore
17+
/composer.json export-ignore
18+
/composer.lock export-ignore
19+
/CONTRIBUTING.md export-ignore
20+
/CREDITS.md export-ignore
21+
/LICENSE.md export-ignore
22+
/package-lock.json export-ignore
23+
/package.json export-ignore
24+
/phpcs.xml export-ignore
25+
/postcss.config.js export-ignore
26+
/README.md export-ignore

0 commit comments

Comments
 (0)