Add .gitignore, .gitattributes and CHANGELOG.md to all chat and platform bridges

This commit is contained in:
Oskar Stark
2025-12-16 23:14:32 +01:00
parent 2a13c083c0
commit 1d11bfe0e8
3 changed files with 14 additions and 0 deletions

3
.gitattributes vendored Normal file
View File

@@ -0,0 +1,3 @@
/Tests export-ignore
/phpunit.xml.dist export-ignore
/.git* export-ignore

4
.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
vendor/
composer.lock
phpunit.xml
.phpunit.result.cache

7
CHANGELOG.md Normal file
View File

@@ -0,0 +1,7 @@
CHANGELOG
=========
0.1
---
* Add the bridge