mirror of
https://gitee.com/hoslay/ddei-editor.git
synced 2025-12-06 17:18:36 +08:00
25 lines
228 B
Plaintext
25 lines
228 B
Plaintext
.DS_Store
|
|
node_modules
|
|
/dist
|
|
|
|
# local env files
|
|
# .env*
|
|
.env.local
|
|
.env.*.local
|
|
.*.git
|
|
# Log files
|
|
*.log
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
*.history
|
|
*.zip
|
|
yarn.*
|
|
package-lock.json
|