Skip to content

Commit 10c6363

Browse files
authored
fix/remove-composer-lock (#35)
1 parent 51e862a commit 10c6363

File tree

2 files changed

+6
-4182
lines changed

2 files changed

+6
-4182
lines changed

.gitignore

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
vendor
2-
.phpunit.cache
3-
.php-cs-fixer.cache
41
.idea
5-
node_modules
2+
.php-cs-fixer.cache
3+
.phpunit.cache
4+
.yarn
5+
composer.lock
66
docs/.vitepress/cache
77
docs/.vitepress/dist
8-
.yarn
8+
node_modules
9+
vendor

0 commit comments

Comments
 (0)