Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ scripts/ export-ignore
.markdownlint-cli2.yaml export-ignore
.remarkignore export-ignore
.remarkrc export-ignore
.shellcheckrc export-ignore
.yamllint.yml export-ignore
phpcs.xml.dist export-ignore
phpstan.neon.dist export-ignore
Expand Down
16 changes: 8 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.idea/*
build/
lib/
node_modules/
vendor/
/.phpunit.result.cache
/CodeSniffer.conf
/composer.lock
/phpcs.xml
/phpstan.neon
/phpunit.xml
.phpunit.result.cache
/build/
.idea/*
/vendor/
composer.lock
phpstan.neon
/node_modules/
/tests/EndToEnd/Fixtures/*.fixed
/lib/
Loading