Files
gym-manage/.gitignore
T
张翔 2312f50010 fix(gitignore): correct log/ pattern to only match root directory
The previous `log/` pattern was too broad and matched any directory
named 'log' anywhere in the path, causing Java source files in
`handler/log/` directories to be incorrectly ignored.

Changed to `/log/` to only match the log directory at project root.

Added previously ignored files:
- OperationLogHandler.java
- SysLogHandler.java
- OperationLogHandlerTest.java
- SysLogHandlerTest.java
2026-04-21 19:51:35 +08:00

151 lines
1.6 KiB
Plaintext

# Java
*.class
*.jar
*.war
*.ear
*.nar
hs_err_pid*
replay_pid*
# Maven
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
.mvn/wrapper/maven-wrapper.jar
# 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
out/
# IDE - Eclipse
.settings/
.classpath
.project
.metadata/
bin/
tmp/
# 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
*.swp
*.swo
*.tmp
*.temp
*.bak
*.cache
# Package files
*.7z
*.dmg
*.gz
*.iso
*.jar
*.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 and plans)
docs/*
!docs/superpowers/
docs/superpowers/*
!docs/superpowers/specs/
!docs/superpowers/plans/
# .trae
.trae/
# agent
AGENTS.md