mirror of
https://github.com/Karaka-Management/Resources.git
synced 2026-01-10 21:08:41 +00:00
phcbf autofixes
This commit is contained in:
parent
673bd1de25
commit
019b8aa9df
9
Stripe/.gitignore
vendored
9
Stripe/.gitignore
vendored
|
|
@ -7,10 +7,13 @@ build/*
|
||||||
# Ignore the SimpleTest library if it is installed to /test/.
|
# Ignore the SimpleTest library if it is installed to /test/.
|
||||||
/test/simpletest/
|
/test/simpletest/
|
||||||
|
|
||||||
# Ignore the /vendor/ directory for people using composer
|
# Ignore the /vendor
|
||||||
/vendor/
|
Build/ directory for people using composer
|
||||||
|
/vendor
|
||||||
|
Build/
|
||||||
|
|
||||||
# If the vendor directory isn't being commited the composer.lock file should also be ignored
|
# If the vendor
|
||||||
|
Build directory isn't being commited the composer.lock file should also be ignored
|
||||||
composer.lock
|
composer.lock
|
||||||
|
|
||||||
# Ignore PHPUnit coverage file
|
# Ignore PHPUnit coverage file
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user