mirror of
https://github.com/lobehub/sd-webui-lobe-theme.git
synced 2026-01-09 06:23:44 +08:00
44 lines
434 B
Plaintext
44 lines
434 B
Plaintext
# Gitignore for LobeHub
|
|
################################################################
|
|
|
|
# general
|
|
.DS_Store
|
|
.idea
|
|
.vscode
|
|
.history
|
|
.temp
|
|
.env.local
|
|
venv
|
|
temp
|
|
tmp
|
|
|
|
# dependencies
|
|
node_modules
|
|
*.log
|
|
*.lock
|
|
package-lock.json
|
|
|
|
# ci
|
|
.coverage
|
|
.eslintcache
|
|
.stylelintcache
|
|
|
|
# production
|
|
dist
|
|
es
|
|
lib
|
|
logs
|
|
test-output
|
|
|
|
# umi
|
|
.umi
|
|
.umi-production
|
|
.umi-test
|
|
.dumi/tmp*
|
|
|
|
# husky
|
|
.husky/prepare-commit-msg
|
|
|
|
# misc
|
|
# add other ignore file below
|