909b02049d
src/content was untracked. Start versioning these two hikes' writing (index.svx, track.gpx, icon.svg) and add a .gitignore that keeps source photos out (images/, private/, root cover.*) — they're large and get re-encoded into static assets at build time. Includes the proofreading pass on both texts (typos, grammar, gender/agreement). Other hikes stay untracked.
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
.DS_Store
|
|
*/.jukit
|
|
*/.jukit/*
|
|
node_modules
|
|
/build
|
|
/.svelte-kit
|
|
/package
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
vite.config.js.timestamp-*
|
|
vite.config.ts.timestamp-*
|
|
# USDA bulk data downloads (regenerated by scripts/import-usda-nutrition.ts)
|
|
data/usda/
|
|
# Loyalty-card barcodes (regenerated by scripts/generate-loyalty-cards.ts from env)
|
|
static/shopping/supercard.svg
|
|
static/shopping/cumulus.svg
|
|
# Hikes build outputs (regenerated by scripts/build-hikes.ts at prebuild)
|
|
static/hikes/
|
|
hikes-assets/
|
|
src/lib/data/hikes.generated.ts
|
|
# Build-script disk caches (Swisstopo identify, BRouter responses, ...)
|
|
scripts/.cache/
|
|
# Loose working-tree scratch files (notes, photos, prototypes) that aren't
|
|
# part of the committed source.
|
|
/HIKES_PLAN.md
|
|
/additional_apologetics.md
|
|
/header_jellyfin.html
|
|
/person-hiking.svg
|
|
/PXL_*.jpg
|
|
/PXL_*.MP.jpg
|
|
src-tauri/icons/_safezone_template_*.png
|
|
src-tauri/target/
|
|
src-tauri/*.keystore
|
|
# Android: ignore build output and caches, track source files
|
|
src-tauri/gen/android/.gradle/
|
|
src-tauri/gen/android/app/build/
|
|
src-tauri/gen/android/buildSrc/.gradle/
|
|
src-tauri/gen/android/buildSrc/build/
|
|
|
|
# Hike content: track the writing (index.svx), route (track.gpx) and icons,
|
|
# but not the source photos (huge; re-encoded into static assets at build time).
|
|
src/content/hikes/*/images/
|
|
src/content/hikes/*/private/
|
|
src/content/hikes/*/cover.*
|