Files
medusa-store/packages/admin/.gitignore
2023-03-03 10:09:16 +01:00

29 lines
322 B
Plaintext

# 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