From 0ac2cfa68cbcd277841d7fc35aed60cc31219efc Mon Sep 17 00:00:00 2001 From: David Taylor Date: Fri, 30 Jul 2021 16:17:55 +0100 Subject: [PATCH] DEV: Add `GeoList2-ASN.mmdb` and `.bundle` to `.gitignore` (#13902) - `GeoList2-ASN.mmdb` is one of the MaxMind databases we use for geolocation - `.bundle/` is created when you run something like `bundle config set --local ...` --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 8aea19bec0b..83b52f4bb73 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ /log /tmp +/.bundle /.env /.procfile /dump.rdb @@ -46,6 +47,7 @@ /vendor/bundle/* /vendor/data/GeoLite2-City.mmdb +/vendor/data/GeoLite2-ASN.mmdb # Front-end dist