Diff: STRATO-apps/wordpress_03/app/wp-content/plugins/tutor-stripe/vendor/stripe/stripe-php/.gitignore

Keine Baseline-Datei – Diff nur gegen leer.
Zur Liste
1 -
1 + # Ignore build files
2 + build/*
3 +
4 + # Mac OS X dumps these all over the place.
5 + .DS_Store
6 +
7 + # Ignore the SimpleTest library if it is installed to /test/.
8 + /test/simpletest/
9 +
10 + # Ignore the /vendor/ directory for people using composer
11 + /vendor/
12 +
13 + # If the vendor directory isn't being commited the composer.lock file should also be ignored
14 + composer.lock
15 +
16 + # Ignore IDE's configuration files
17 + .idea
18 +
19 + # Ignore PHP CS Fixer local config and cache
20 + .php_cs
21 + .php_cs.cache
22 + .php-cs-fixer.cache
23 +
24 + # Ignore PHPStan local config
25 + .phpstan.neon
26 +
27 + # Ignore phpDocumentor's local config and artifacts
28 + .phpdoc/*
29 + phpdoc.xml
30 +
31 + # Ignore cached PHPUnit results.
32 + .phpunit.result.cache
33 +