Rewrite:
- rewrote autotest.sh and moved it to bin/dev/ as this is clearly a developer script - the rewrite's goal is towards Shell/POSIX-compliance (e.g. ${VAR} and not $VAR)
This commit is contained in:
parent
d322e9288b
commit
3aeeac5d98
2 changed files with 88 additions and 79 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -90,3 +90,11 @@ venv/
|
|||
#ignore avatar picture cache path
|
||||
/avatar
|
||||
|
||||
#Ignore autotest results
|
||||
autotest-results.xml
|
||||
|
||||
#ignore phpunit result cache
|
||||
tests/.phpunit.result.cache
|
||||
|
||||
#ignore .php_cs (local copy)
|
||||
.php_cs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue