mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 09:42:07 +08:00
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:
parent
ccf1cd0ca6
commit
0ac2cfa68c
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -4,6 +4,7 @@
|
||||||
/log
|
/log
|
||||||
/tmp
|
/tmp
|
||||||
|
|
||||||
|
/.bundle
|
||||||
/.env
|
/.env
|
||||||
/.procfile
|
/.procfile
|
||||||
/dump.rdb
|
/dump.rdb
|
||||||
|
@ -46,6 +47,7 @@
|
||||||
|
|
||||||
/vendor/bundle/*
|
/vendor/bundle/*
|
||||||
/vendor/data/GeoLite2-City.mmdb
|
/vendor/data/GeoLite2-City.mmdb
|
||||||
|
/vendor/data/GeoLite2-ASN.mmdb
|
||||||
|
|
||||||
# Front-end
|
# Front-end
|
||||||
dist
|
dist
|
||||||
|
|
Loading…
Reference in New Issue
Block a user