Skip to content

Commit

Permalink
Add git config files
Browse files Browse the repository at this point in the history
  • Loading branch information
alcaeus committed Oct 13, 2023
1 parent 68cf384 commit 29d1705
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
.* export-ignore
*.md export-ignore
tests export-ignore
docs export-ignore
examples export-ignore
mongo-orchestration export-ignore
stubs export-ignore
tools export-ignore
phpcs.xml.dist export-ignore
phpunit.evergreen.xml export-ignore
phpunit.xml.dist export-ignore
psalm.xml.dist export-ignore
psalm-baseline.xml export-ignore
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Composer
composer.phar
composer.lock
vendor/

# PHPUnit
phpunit.phar
phpunit.xml
.phpunit.result.cache

# phpcs
.phpcs-cache
phpcs.xml

# psalm
psalm.xml

# phpbench
.phpbench/
phpbench.json

0 comments on commit 29d1705

Please sign in to comment.