chore: ignore data/ and local .env
This commit is contained in:
@@ -0,0 +1,8 @@
|
|||||||
|
# OSM extracts + Nominatim Postgres data are large binary blobs.
|
||||||
|
# Place PBFs under data/ locally; never commit them.
|
||||||
|
data/
|
||||||
|
!data/.gitkeep
|
||||||
|
|
||||||
|
# Local env overrides
|
||||||
|
.env
|
||||||
|
.env.local
|
||||||
Reference in New Issue
Block a user