Skip to content

Commit 8b0013d

Browse files
authored
Create .gitattributes
1 parent d4c0ee0 commit 8b0013d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.gitattributes

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
/.gitattributes export-ignore
2+
/.gitignore export-ignore
3+
/.editorconfig export-ignore
4+
/.eslintignore export-ignore
5+
/.eslintrc.json export-ignore
6+
/package-lock.json export-ignore
7+
/package.json export-ignore
8+
/README.md export-ignore
9+
/.vscode/ export-ignore
10+
/node_modules/ export-ignore
11+
/composer.* export-ignore

0 commit comments

Comments
 (0)