feat(admin,admin-ui,medusa): Add Medusa Admin plugin (#3334)
This commit is contained in:
committed by
GitHub
parent
d6b1ad1ccd
commit
40de54b010
29
packages/admin/.gitignore
vendored
Normal file
29
packages/admin/.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
# TS build info
|
||||
*.tsbuildinfo
|
||||
|
||||
# Output of `yarn build` command.
|
||||
/api
|
||||
/commands
|
||||
/utils
|
||||
/types
|
||||
/loaders
|
||||
/setup
|
||||
|
||||
# Vite cache
|
||||
.cache
|
||||
|
||||
# Vite build output
|
||||
build
|
||||
|
||||
# Platform-specific files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Yarn Integrity file
|
||||
.yarn-integrity
|
||||
|
||||
# dotenv environment variables file
|
||||
.env
|
||||
|
||||
# Local dev preview
|
||||
/dashboard/dist
|
||||
Reference in New Issue
Block a user