- Moved Go module files to the `src` directory. - Updated Dockerfile to copy source files from `src` and adjusted build context. - Introduced a multi-stage build process for better image management. - Added Helm chart files and CI configurations for automated builds and releases. - Removed obsolete Makefile and unnecessary files. - Updated README to reflect project changes and usage instructions. - Added initial versioning and metadata for the Helm chart.
21 lines
333 B
Text
21 lines
333 B
Text
# Patterns to ignore when building packages.
|
|
# This supports shell glob matching, relative path matching, and
|
|
# negation (prefixed with !). Only one pattern per line.
|
|
.DS_Store
|
|
# Common VCS dirs
|
|
.git/
|
|
.gitignore
|
|
.bzr/
|
|
.bzrignore
|
|
.hg/
|
|
.hgignore
|
|
.svn/
|
|
# Common backup files
|
|
*.swp
|
|
*.bak
|
|
*.tmp
|
|
*~
|
|
# Various IDEs
|
|
.project
|
|
.idea/
|
|
*.tmproj
|