Skip to content

Commit

Permalink
[TASK] Sort the entries in the .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverklee committed Feb 15, 2024
1 parent 30162ab commit f7309ff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/.idea/
/.php_cs.cache
/.php-cs-fixer.cache
/.DS_Store
/vendor
/.env
/.idea/
/.php-cs-fixer.cache
/.php_cs.cache
/.phpunit.result.cache
/composer.lock
/.phpunit.result.cache
/vendor

0 comments on commit f7309ff

Please sign in to comment.