update gitignore: ignoring test.php file
This commit is contained in:
parent
155ac8fd42
commit
43f296585b
1 changed files with 2 additions and 1 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -2,4 +2,5 @@ vendor/*
|
||||||
composer.lock
|
composer.lock
|
||||||
*.key
|
*.key
|
||||||
*.pub
|
*.pub
|
||||||
index.php
|
index.php
|
||||||
|
tests.php
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue