mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-26 13:19:34 +07:00
* ✨ feat: Add new sitemap * 🐛 fix: Fix url * ✅ test: Add test * 🐛 fix: Fix host * ✅ test: Fix test * ✅ test: Fix test * 🐛 fix: Fix alternative * 🐛 fix: Try to fix * 🐛 fix: Fix build * 🐛 fix: Fix build * 🔧 chore: Update git ignore * 🐛 fix: Fix review problem
66 lines
650 B
Plaintext
66 lines
650 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
|
|
.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
|
|
|
|
# local env files
|
|
.env*.local
|
|
|
|
# vercel
|
|
.vercel
|
|
|
|
# typescript
|
|
*.tsbuildinfo
|
|
next-env.d.ts
|
|
.next
|
|
.env
|
|
public/*.js
|
|
public/sitemap.xml
|
|
public/sitemap-index.xml
|
|
bun.lockb
|
|
sitemap*.xml
|
|
robots.txt
|
|
|
|
*.patch
|
|
*.pdf
|