glassboxx-sdk-php/.gitignore
Oliver Davies 8069ccb750 Add Makefile
Add a Makefile with commands for 'phpunit' and 'test'.

This can be expanded later for PHPCS etc.
2020-05-30 03:44:18 +01:00

9 lines
79 B
Plaintext

*
!*/
!/.github/**
!/.gitignore
!/composer.json
!/Makefile
!/src/**
!/tests/**