Add boilerplate code, Docker environment, Makefile etc.
This commit is contained in:
parent
1e9d351173
commit
114a67dbe4
21 changed files with 3766 additions and 0 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
# Editors
|
||||
.idea
|
||||
.vscode
|
||||
|
||||
# General
|
||||
/tmp
|
||||
/_tmp
|
||||
|
||||
# PHP
|
||||
/.composer
|
||||
/.phpunit.cache
|
||||
/coverage
|
||||
/vendor
|
||||
Loading…
Add table
Add a link
Reference in a new issue