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 ...`
This commit is contained in:
David Taylor 2021-07-30 16:17:55 +01:00 committed by GitHub
parent ccf1cd0ca6
commit 0ac2cfa68c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

2
.gitignore vendored
View File

@ -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