Skip to content

Commit d0e7e85

Browse files
committed
feature #153 Update .gitattributes with missing entries (VincentLanglet)
This PR was merged into the 0.4-dev branch. Discussion ---------- Update .gitattributes with missing entries HI `@chalasr`, It seems like the .gitattributes files was outdated Commits ------- b4d05d8 Update .gitattributes
2 parents bcffb92 + b4d05d8 commit d0e7e85

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.gitattributes

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
/tests export-ignore
22
/dev export-ignore
3+
/.github export-ignore
34
/.editorconfig export-ignore
45
/.gitattributes export-ignore
56
/.gitignore export-ignore
6-
/.php_cs.dist export-ignore
7-
/.travis.yml export-ignore
7+
/.php-cs-fixer.dist export-ignore
88
/docker-compose.yml export-ignore
99
/phpunit.xml.dist export-ignore
10+
/.psalm.baseline.xml export-ignore
11+
/psalm.xml export-ignore

0 commit comments

Comments
 (0)