mirror of
https://github.com/StarFleetCPTN/GoMFT.git
synced 2026-09-08 15:41:20 +02:00
- Upgraded `golang.org/x/crypto` to v0.36.0 and other indirect dependencies to their latest versions. - Added functionality to assign admin roles to users upon creation in the main application logic. - Introduced new templates for admin role management, including forms for creating and editing roles. - Removed deprecated admin tools template to streamline the admin interface. - Added audit logging for role changes to improve tracking and accountability.
84 lines
1.1 KiB
Plaintext
84 lines
1.1 KiB
Plaintext
# Binaries for programs and plugins
|
|
*.exe
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build output
|
|
*.test
|
|
*.out
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.cov
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.temp
|
|
|
|
# Build directories
|
|
_build/
|
|
build/
|
|
|
|
# Vendor directory
|
|
/vendor/
|
|
|
|
# Go workspace file
|
|
go.work
|
|
go.work.sum
|
|
|
|
# IDE/editor specific files
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*~
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Ignore all Go files in the components directory
|
|
components/*.go
|
|
!components/components.go
|
|
|
|
components/providers/*.go
|
|
!components/providers/providers.go
|
|
|
|
components/providers/source/*.go
|
|
!components/providers/source/source.go
|
|
|
|
components/providers/destination/*.go
|
|
!components/providers/destination/destination.go
|
|
|
|
components/providers/common/*.go
|
|
!components/providers/common/common.go
|
|
|
|
# Ignore the data directory
|
|
data/
|
|
|
|
# Ignore .env files
|
|
.env
|
|
*.env
|
|
|
|
# Ignore the tmp directory
|
|
tmp/
|
|
|
|
# Ignore the configs directory
|
|
configs/
|
|
|
|
# Ignore the backups directory
|
|
backups/
|
|
|
|
# Ignore Dirs
|
|
/source/
|
|
/destination/
|
|
/archive/
|
|
|
|
|
|
# Ignore binaries
|
|
gomft |