Skip to content

Commit 30b0107

Browse files
committed
Make enhancements
1 parent b69885a commit 30b0107

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@
22
/composer.lock
33
/phpunit.xml
44
/.php_cs.cache
5+
6+
/.env
7+
/.phpunit.result.cache

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ test:
1919
php $(PHPARGS) vendor/bin/codecept run
2020

2121
clean_all:
22-
docker-compose down
22+
docker-compose down --remove-orphans
2323
sudo rm -rf tests/tmp/*
2424

2525
up:

0 commit comments

Comments
 (0)