Updated Client Detail Header for better mobile fit, lots of progress on stripe pay and some other minor updates
This commit is contained in:
20
vendor/stripe-php-7.0.2/.gitignore
vendored
Normal file
20
vendor/stripe-php-7.0.2/.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
# Mac OS X dumps these all over the place.
|
||||
.DS_Store
|
||||
|
||||
# Ignore the SimpleTest library if it is installed to /test/.
|
||||
/test/simpletest/
|
||||
|
||||
# Ignore the /vendor/ directory for people using composer
|
||||
/vendor/
|
||||
|
||||
# If the vendor directory isn't being commited the composer.lock file should also be ignored
|
||||
composer.lock
|
||||
|
||||
# Ignore PHPUnit coverage file
|
||||
clover.xml
|
||||
|
||||
# Ignore IDE's configuration files
|
||||
.idea
|
||||
|
||||
# Ignore PHP CS Fixer cache
|
||||
.php_cs.cache
|
||||
Reference in New Issue
Block a user