Skip to content

Commit c9f741f

Browse files
committed
Add .gitignore & .gitattributes to all packages
1 parent 1bd12ee commit c9f741f

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.gitattributes export-ignore
2+
.gitignore export-ignore
3+
docs/ export-ignore
4+
LICENSE export-ignore
5+
*.md export-ignore

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
vendor/
2+
composer.lock

0 commit comments

Comments
 (0)