Skip to content

Commit b5b6e2e

Browse files
committed
update gitignore
1 parent 84db08b commit b5b6e2e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.gitignore

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
.phpunit.result.cache
44
.phpunit.cache
55
build
6-
composer.lock
7-
coverage
8-
docs
9-
logs
6+
/composer.lock
7+
/coverage
8+
/docs
9+
/logs
1010
phpunit.xml
1111
phpstan.neon
1212
testbench.yaml
13-
vendor
14-
node_modules
15-
tests/Feature/performance_test.log
13+
/vendor
14+
/node_modules
15+
/tests/Feature/performance_test.log

0 commit comments

Comments
 (0)