diff options
| author | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-11 21:38:43 +0200 |
|---|---|---|
| committer | Martin Kagamino Lehoux <martin@lehoux.net> | 2026-08-11 21:38:43 +0200 |
| commit | f7c85b160d17f8cf7de01c4b505501a3821aedbf (patch) | |
| tree | c9a874f2aca4e6c1199a58149905f004e7acba6e /.gitignore | |
| parent | 98b09cab690d62fed9d18acb5e9d49ed76acbc77 (diff) | |
feat: move GPX storage under data
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ config.yaml *.db *.png -rides/*.gpx +data/rides/*.gpx debug_department_*.csv france-latest.osm.pbf biking_home |