Skip to content

Commit dcd309e

Browse files
committed
Add .gitattributes
1 parent d969485 commit dcd309e

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.gitattributes

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/.idea export-ignore
2+
/.github export-ignore
3+
/doc export-ignore
4+
/src/Doc export-ignore
5+
/tests export-ignore
6+
/docker export-ignore
7+
phpunit.xml export-ignore
8+
psalm.xml export-ignore
9+
Makefile export-ignore
10+
README.md export-ignore
11+
UPGRADING-v5.md export-ignore
12+
UPGRADING-v6.md export-ignore
13+
LICENSE export-ignore
14+
linker.php export-ignore
15+
docker-compose.yaml export-ignore
16+
/.gitignore export-ignore
17+
/.gitattributes export-ignore

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
"symfony/process": "^5.2",
2828
"rregeer/phpunit-coverage-check": "^0.3.1",
2929
"php-coveralls/php-coveralls": "~2.4.0",
30-
"fp4php/psalm-toolkit": "dev-psalm-v5",
3130
"fp4php/functional-psalm-plugin": "^1.0"
3231
},
3332
"autoload": {

0 commit comments

Comments
 (0)