Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 11a13d7

Browse files
committed
Create .dockerignore
1 parent 3a5d504 commit 11a13d7

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.dockerignore

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# ref: https://github.com/github/gitignore/blob/master/Composer.gitignore
2+
3+
composer.phar
4+
/vendor/
5+
6+
# Commit your application's lock file https://getcomposer.org/doc/01-basic-usage.md#commit-your-composer-lock-file-to-version-control
7+
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
8+
# makes sense since it's a library(client SDK) and not a project
9+
composer.lock
10+
11+
# php-cs-fixer cache
12+
.php_cs.cache
13+
.php-cs-fixer.cache
14+
15+
# PHPUnit cache
16+
.phpunit.result.cache
17+
18+
# PHPLint cache
19+
build/phplint.cache
20+
21+
22+
/.openapi-generator/
23+
/tests/
24+
/.gitlab-ci.yml
25+
/.openapi-generator-ignore
26+
/.travis.yml
27+
/git_push.sh
28+
/test-requirements.txt
29+
/.idea/

0 commit comments

Comments
 (0)