# Blacklist files/folders in same directory as the .gitignore file
/*
vendor

# Whitelist some files
!.gitignore
!README.md

!modules/
modules/*
!modules/gateways/
modules/gateways/*
!modules/gateways/xendit/
!modules/gateways/xendit.php
!modules/gateways/callback/
modules/gateways/callback/*
!modules/gateways/callback/xendit.php

modules/gateways/xendit/composer.lock
modules/gateways/xendit/.phpunit.result.cache
