Skip to content

Commit e87295d

Browse files
committed
fix: Release files are included in install
1 parent 98d4f05 commit e87295d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
CODEOWNERS export-ignore
1111
*.md export-ignore
1212
*.dist.php export-ignore
13+
*release*.json export-ignore

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@
5050
".gitattributes",
5151
"CODEOWNERS",
5252
"*.md",
53-
"*.dist.php"
53+
"*.dist.php",
54+
"*release*.json"
5455
]
5556
}
5657
}

0 commit comments

Comments
 (0)