Files
education/.gitignore
T

53 lines
538 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
.workbuddy/
# Agent scratch (screenshot/temp working dirs, local maven repo)
output/*/working/
m2repo/