Skip to content

Commit 29d1705

Browse files
committed
Add git config files
1 parent 68cf384 commit 29d1705

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

.gitattributes

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.* export-ignore
2+
*.md export-ignore
3+
tests export-ignore
4+
docs export-ignore
5+
examples export-ignore
6+
mongo-orchestration export-ignore
7+
stubs export-ignore
8+
tools export-ignore
9+
phpcs.xml.dist export-ignore
10+
phpunit.evergreen.xml export-ignore
11+
phpunit.xml.dist export-ignore
12+
psalm.xml.dist export-ignore
13+
psalm-baseline.xml export-ignore

.gitignore

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Composer
2+
composer.phar
3+
composer.lock
4+
vendor/
5+
6+
# PHPUnit
7+
phpunit.phar
8+
phpunit.xml
9+
.phpunit.result.cache
10+
11+
# phpcs
12+
.phpcs-cache
13+
phpcs.xml
14+
15+
# psalm
16+
psalm.xml
17+
18+
# phpbench
19+
.phpbench/
20+
phpbench.json
21+

0 commit comments

Comments
 (0)