oh-my-muse/.gitignore
zizi 1256724d62 chore(admin): 纳管 muse-admin 基线
将 Vben Admin fork 的 muse-admin 基线纳入主仓库,保留依赖、构建产物、测试报告和缓存的忽略规则,避免把运行生成物带入 Git。
2026-05-25 19:45:21 +08:00

161 lines
2.2 KiB
Plaintext

# ====================
# OS Files
# ====================
.DS_Store
Thumbs.db
ehthumbs.db
*.swp
*.swo
*~
# ====================
# Editor & IDE
# ====================
# VS Code
.vscode/
*.code-workspace
# JetBrains (IntelliJ, PyCharm, WebStorm, etc.)
.idea/
!muse-cloud/.idea/
!muse-cloud/.idea/.gitignore
!muse-cloud/.idea/codeStyles/
!muse-cloud/.idea/codeStyles/Project.xml
*.iml
# Vim
*.swp
*.swo
# Emacs
*~
# Sublime
*.sublime-*
# Atom
.atom/
# ====================
# Build & Dependencies
# ====================
node_modules/
.pnp
.pnp.js
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.yarn/
dist/
build/
out/
.next/
.nuxt/
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.env
.venv
env/
venv/
ENV/
!muse-cloud/muse-framework/muse-spring-boot-starter-env/src/main/java/cn/iocoder/muse/framework/env/
!muse-cloud/muse-framework/muse-spring-boot-starter-env/src/main/java/cn/iocoder/muse/framework/env/**
.eggs/
*.egg-info/
*.egg
# ====================
# Logs & Temporal
# ====================
*.log
npm-debug.log*
yarn-debug.log*
lerna-debug.log*
# ====================
# Testing & Coverage
# ====================
coverage/
.nyc_output/
.coverage
.coverage.*
test-results/
playwright-report/
# ====================
# Temporary Files
# ====================
tmp/
temp/
.cache/
*.tmp
*.temp
# ====================
# Documentation Build
# ====================
_site/
.sass-cache/
*.pdf
*.zip
# ====================
# Environment & Secrets
# ====================
.env.local
.env.*.local
.envrc
secrets.yaml
credentials.json
*.pem
*.key
# ====================
# Git (internal use)
# ====================
.git/
# ====================
# Java & Maven (muse-cloud)
# ====================
target/
!.mvn/wrapper/maven-wrapper.jar
.flattened-pom.xml
*.class
*.iws
.apt_generated
.factorypath
.springBeans
.sts4-cache
muse-cloud/sql/*/ruoyi-vue-pro*.sql
muse-cloud/script/idea/http-client.env.json
# ====================
# Vue & Vite (muse-admin)
# ====================
.turbo
.temp
.vite/
dev-dist
.stylelintcache
*.tsbuildinfo
vite.config.mts.*
vite.config.mjs.*
vite.config.js.*
vite.config.ts.*
**/backend-mock/data
# ====================
# AI Agent
# ====================
.agent
.agents
.cursor
skills-lock.json
precommit-scan-*.md