mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
22 lines
246 B
Plaintext
22 lines
246 B
Plaintext
# Editor directories and files
|
|
.idea
|
|
|
|
# Package Manager
|
|
node_modules
|
|
.pnpm-debug.log*
|
|
|
|
# System
|
|
.DS_Store
|
|
|
|
# Bundle
|
|
dist
|
|
coverage
|
|
packages/element-plus/version.ts
|
|
|
|
# local env files
|
|
*.local
|
|
.eslintcache
|
|
cypress/screenshots/*
|
|
cypress/videos/*
|
|
tmp
|