mirror of
https://github.com/docker/setup-compose-action.git
synced 2026-04-07 06:39:24 +00:00
initial version
This commit is contained in:
parent
3c10fbecb7
commit
7b823b0ff9
21 changed files with 7968 additions and 0 deletions
12
.dockerignore
Normal file
12
.dockerignore
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
/coverage
|
||||
|
||||
# Dependency directories
|
||||
node_modules/
|
||||
jspm_packages/
|
||||
|
||||
# yarn v2
|
||||
.yarn/cache
|
||||
.yarn/unplugged
|
||||
.yarn/build-state.yml
|
||||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
Loading…
Add table
Add a link
Reference in a new issue