add docker and docker-compose
This commit is contained in:
+17
-17
@@ -1,21 +1,21 @@
|
||||
.env
|
||||
node_modules
|
||||
*yarn-error.log
|
||||
.pnp.*
|
||||
.yarn/*
|
||||
!.yarn/patches
|
||||
!.yarn/plugins
|
||||
!.yarn/releases
|
||||
!.yarn/sdks
|
||||
!.yarn/versions
|
||||
|
||||
packages/**/.yarn/*
|
||||
integration-tests/**/.yarn/*
|
||||
www/**/.yarn/*
|
||||
|
||||
packages/**/plugins/**/.medusa/
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.git
|
||||
.gitignore
|
||||
README.md
|
||||
.env.test
|
||||
.nyc_output
|
||||
coverage
|
||||
.DS_Store
|
||||
*.log
|
||||
dist
|
||||
build
|
||||
.yarn
|
||||
.env
|
||||
.env*
|
||||
/packages
|
||||
|
||||
.eslintcache
|
||||
|
||||
@@ -34,4 +34,4 @@ dist/**
|
||||
/packages/**/.cache
|
||||
|
||||
.cursorignore
|
||||
**/.medusa
|
||||
**/.medusa
|
||||
|
||||
Reference in New Issue
Block a user