Fix missing utils package for fresh clones
- Remove aggregator-server/internal/utils/ from gitignore - Add utils/version.go with version comparison functions - Resolves 'does not contain package' error when cloning from GitHub
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -273,7 +273,6 @@ dev/
|
||||
# Development packages and scripts
|
||||
aggregator-agent/pkg/
|
||||
aggregator-server/scripts/
|
||||
aggregator-server/internal/utils/
|
||||
|
||||
# Build artifacts
|
||||
*.tar.gz
|
||||
|
||||
Reference in New Issue
Block a user