Skip to content

Commit

Permalink
Merge pull request #95 from visto9259/1.4.x
Browse files Browse the repository at this point in the history
Added gitattributes, updated gitignore
  • Loading branch information
visto9259 authored Sep 9, 2024
2 parents 14a8a00 + edfa574 commit 275fd0c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/.gitattributes export-ignore
/.github/ export-ignore
/.gitignore export-ignore
/docs/ export-ignore
/phpcs.xml export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml export-ignore
/psalm.baseline.xml export-ignore
/test/ export-ignore
/.docheader export-ignore
/.php-cs-fixer.php export-ignore
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vendor
composer.lock
.idea
.php_cs.cache
.phpcs-cache
build
.phpunit.result.cache
/.phpunit.cache

0 comments on commit 275fd0c

Please sign in to comment.