Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Exclude files from Composer package archive (packagist distribution).
# Consumers should resolve their own dependency versions.
/composer.lock export-ignore
/test export-ignore
/phpunit.xml export-ignore
/phpcs.xml export-ignore
/.github export-ignore
/Makefile export-ignore
5 changes: 4 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
composer.lock
# We check in composer.lock for CI reproducibility and supply chain security.
# Composer verifies package integrity hashes on install.
# Run `composer update` to update dependencies explicitly.
# composer.lock
vendor
composer.phar
test/posthog.log
Expand Down
Loading
Loading