This repository has been archived on 2026-04-05. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
Exam_registration/.gitignore
2026-03-20 21:41:00 +08:00

46 lines
482 B
Plaintext

# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool
*.out
# Dependency directories
vendor/
# Go workspace file
go.work
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Uploads directory
uploads/*
!uploads/.gitkeep
# Frontend
frontend/node_modules/
frontend/dist/
frontend/.env.local
# OS
.DS_Store
Thumbs.db
# Config files with sensitive data
config/config.local.yaml
# Logs
*.log
logs/