Files
medusa-store/.gitignore
Shahed Nasser 36e2e7a4df chore: fix for deployment (#1970)
* fix for deployment

* fixed gitignore files to match that of the root

* add to gitignore in root
2022-08-02 17:16:18 +03:00

24 lines
252 B
Plaintext

.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/*
.DS_Store
lerna-debug.log
.eslintcache
.idea
.turbo
build/**