mirror of
https://github.com/lobehub/sd-webui-lobe-theme.git
synced 2026-01-09 06:23:44 +08:00
41 lines
441 B
Plaintext
41 lines
441 B
Plaintext
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
|
|
|
# dependencies
|
|
**/node_modules
|
|
npm-debug.log*
|
|
yarn-error.log
|
|
package-lock.json
|
|
|
|
# production
|
|
**/dist
|
|
/plugins/
|
|
/es
|
|
/lib
|
|
/logs
|
|
|
|
# misc
|
|
.DS_Store
|
|
.eslintcache
|
|
|
|
# umi
|
|
/src/.umi
|
|
/src/.umi-production
|
|
/src/.umi-test
|
|
/.env.local
|
|
|
|
# ide
|
|
.idea
|
|
.vscode
|
|
.history
|
|
*.log
|
|
functions/*
|
|
lambda/mock/index.js
|
|
.temp/**
|
|
|
|
# test
|
|
**/test-output
|
|
config.yml
|
|
yarn.lock
|
|
venv
|
|
temp
|