Skip to content

Commit

Permalink
removed .idea gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
rubentebogt committed Sep 23, 2024
1 parent 0913002 commit 37332d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
/vendor
/composer.lock
/.phpunit.result.cache
/.idea
/.phpunit.result.cache
2 changes: 1 addition & 1 deletion tests/PostcodeFormatterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ public function providerIsSupportedCountry() : array
['UnknownCountry', false],
];
}
}
}

0 comments on commit 37332d5

Please sign in to comment.