Skip to content

Commit f7309ff

Browse files
authored
[TASK] Sort the entries in the .gitignore
1 parent 30162ab commit f7309ff

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.gitignore

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
/.idea/
2-
/.php_cs.cache
3-
/.php-cs-fixer.cache
41
/.DS_Store
5-
/vendor
62
/.env
3+
/.idea/
4+
/.php-cs-fixer.cache
5+
/.php_cs.cache
6+
/.phpunit.result.cache
77
/composer.lock
8-
/.phpunit.result.cache
8+
/vendor

0 commit comments

Comments
 (0)