docs: 添加健身房管理系统基础设施重构设计规格
This commit is contained in:
+120
-11
@@ -1,6 +1,14 @@
|
||||
# Java
|
||||
*.class
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
*.nar
|
||||
hs_err_pid*
|
||||
replay_pid*
|
||||
|
||||
# Maven
|
||||
target/
|
||||
!.mvn/wrapper/maven-wrapper.jar
|
||||
pom.xml.tag
|
||||
pom.xml.releaseBackup
|
||||
pom.xml.versionsBackup
|
||||
@@ -9,33 +17,134 @@ release.properties
|
||||
dependency-reduced-pom.xml
|
||||
buildNumber.properties
|
||||
.mvn/timing.properties
|
||||
.mvn/wrapper/maven-wrapper.jar
|
||||
|
||||
# IDE
|
||||
# Node.js
|
||||
node_modules/
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
lerna-debug.log*
|
||||
.pnpm-debug.log*
|
||||
|
||||
# Build outputs
|
||||
dist/
|
||||
build/
|
||||
out/
|
||||
*.tsbuildinfo
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
.env.local
|
||||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.env.*.local
|
||||
|
||||
# IDE - IntelliJ IDEA
|
||||
.idea/
|
||||
*.iws
|
||||
*.iml
|
||||
*.ipr
|
||||
.vscode/
|
||||
out/
|
||||
|
||||
# IDE - Eclipse
|
||||
.settings/
|
||||
.classpath
|
||||
.project
|
||||
.metadata/
|
||||
bin/
|
||||
tmp/
|
||||
|
||||
# OS
|
||||
# IDE - VS Code
|
||||
.vscode/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
*.code-workspace
|
||||
|
||||
# IDE - NetBeans
|
||||
nbproject/private/
|
||||
nbbuild/
|
||||
nbdist/
|
||||
nbactions.xml
|
||||
nb-configuration.xml
|
||||
|
||||
# OS - macOS
|
||||
.DS_Store
|
||||
.AppleDouble
|
||||
.LSOverride
|
||||
._*
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
|
||||
# OS - Windows
|
||||
Thumbs.db
|
||||
ehthumbs.db
|
||||
Desktop.ini
|
||||
$RECYCLE.BIN/
|
||||
|
||||
# OS - Linux
|
||||
*~
|
||||
|
||||
# Logs
|
||||
logs/
|
||||
*.log
|
||||
log/
|
||||
|
||||
# Testing
|
||||
coverage/
|
||||
.nyc_output/
|
||||
test-results/
|
||||
test-output/
|
||||
*.lcov
|
||||
|
||||
# Playwright
|
||||
playwright-report/
|
||||
playwright/.cache/
|
||||
test-results/
|
||||
e2e/debug/
|
||||
debug-*.png
|
||||
|
||||
# Temporary files
|
||||
*.tmp
|
||||
*.bak
|
||||
*.swp
|
||||
*~
|
||||
*.swo
|
||||
*.tmp
|
||||
*.temp
|
||||
*.bak
|
||||
*.cache
|
||||
|
||||
# Java
|
||||
*.class
|
||||
# Package files
|
||||
*.7z
|
||||
*.dmg
|
||||
*.gz
|
||||
*.iso
|
||||
*.jar
|
||||
*.war
|
||||
*.ear
|
||||
*.rar
|
||||
*.tar
|
||||
*.zip
|
||||
|
||||
# Database
|
||||
*.db
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
*.h2.db
|
||||
|
||||
# Spring Boot
|
||||
spring-shell.log
|
||||
|
||||
# Application specific
|
||||
novalon-manage-api/manage-app/backend.log
|
||||
|
||||
# docs (except superpowers specs)
|
||||
docs/*
|
||||
!docs/superpowers/
|
||||
docs/superpowers/*
|
||||
!docs/superpowers/specs/
|
||||
|
||||
# .trae
|
||||
.trae/
|
||||
|
||||
# agent
|
||||
AGENTS.md
|
||||
Reference in New Issue
Block a user