Skip to content

Commit cb819a8

Browse files
authored
PCBC-997: Do not export development files (#172)
Exclude C++ files, tests and development scripts, so that Packagist will not install them to the application ./vendor directory.
1 parent 8aa6f1b commit cb819a8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitattributes

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/*.yaml export-ignore
2+
/.* export-ignore
3+
/bin export-ignore
4+
/compile_commands.json export-ignore
5+
/src export-ignore
6+
/tests export-ignore

0 commit comments

Comments
 (0)