Files
education/.gitignore
T
2026-09-10 17:56:11 +08:00

48 lines
434 B
Plaintext

# OS
.DS_Store
Thumbs.db
Desktop.ini
# IDE / editor
.idea/
*.iml
.vscode/
*.swp
*.swo
*~
# Java / Maven
target/
*.class
*.jar
!backend/DmJdbcDriver8.jar
hs_err_pid*
replay_pid*
# Node / Vue
node_modules/
dist/
frontend/dist/
.cache/
.temp/
# Logs
*.log
logs/
# Env / local secrets
.env
.env.*
!.env.example
*.local
# Test / coverage
coverage/
.nyc_output/
htmlcov/
# Local deploy / agent state
deploy/
.reasonix/
reasonix.toml