mirror of
https://github.com/thecodingrobot/echoip.git
synced 2026-05-09 00:04:23 +02:00
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.
14 lines
107 B
Text
14 lines
107 B
Text
/data/
|
|
/custom.html
|
|
/vendor/
|
|
.vscode/
|
|
/bin/
|
|
/echoip
|
|
/x
|
|
*.mmdb
|
|
|
|
# Build artifacts
|
|
*.exe
|
|
*.test
|
|
*.out
|
|
*.prof
|