echoip/.gitignore
ns bcc8618003
chore: tighten .gitignore and .dockerignore
Add /x and Go build artifacts to .gitignore. Replace the minimal
.dockerignore with an explicit deny list excluding .git, *.mmdb,
data/, vendor/, docs, and build artifacts to shrink build context.

Note: GeoLite2-*.mmdb files still exist in older history; run
git filter-repo separately to purge them per MaxMind EULA.
2026-05-07 07:07:12 +00:00

14 lines
107 B
Text

/data/
/custom.html
/vendor/
.vscode/
/bin/
/echoip
/x
*.mmdb
# Build artifacts
*.exe
*.test
*.out
*.prof