Skip to content

Commit 7b3dc65

Browse files
authored
Merge pull request #45 from hydephp/configure-export-ignore
Add files not needed for Composer installation to export ignore
2 parents 3613cd0 + f6affdc commit 7b3dc65

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitattributes

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,17 @@
99
builds/hyde binary
1010

1111
.github/ export-ignore
12+
config/ export-ignore
1213
tests/ export-ignore
14+
app/ export-ignore
1315
bin/ export-ignore
16+
1417
CHANGELOG.md export-ignore
1518
LICENSE.md export-ignore
1619
SECURITY.md export-ignore
20+
composer.lock export-ignore
21+
box.json export-ignore
22+
phpunit.xml export-ignore
23+
.gitattributes export-ignore
24+
.gitignore export-ignore
25+
/hyde export-ignore

0 commit comments

Comments
 (0)