forked from tourgaze/tourgaze
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (44 loc) · 1.93 KB
/
Copy path.gitignore
File metadata and controls
53 lines (44 loc) · 1.93 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# ── Build output ──────────────────────────────────────────────────────────────
target/
.flattened-pom.xml
**/.flattened-pom.xml
# ── Frontend ────────────────────────────────────────────────────────────────────
node_modules/
frontend/dist/
frontend/test-results/
frontend/playwright-report/
frontend/blob-report/
frontend/.vite/
# ── Local runtime data (H2 DB, file store, caches, tiles) ───────────────────────
# TourGaze writes everything under ~/.tourgaze by default; never commit any that
# lands in-tree, plus stray H2 files.
.tourgaze/
*.mv.db
*.trace.db
# ── IDE / editor / OS ───────────────────────────────────────────────────────────
.idea/
*.iml
.vscode/
.settings/
.project
.classpath
.DS_Store
Thumbs.db
# ── Agent / tooling scratch ─────────────────────────────────────────────────────
.claude/
# ── Cloud folder (local-only, never committed) ──────────────────────────────────
cloud/
# ── Stray media / personal artifacts (kept out of the repo) ─────────────────────
*.fit
*.gpx
*.tcx
*.bmp
bug.jpg
mtb.png
/frontend/dev-frontend.log
# ── Local run logs & scratch (dev backend/frontend/jar output, screenshots) ─────
*.log
.shot-*.png
/frontend/tmp-*.mjs
# ── Internal launch / marketing notes (local-only, not for the public repo) ─────
marketing.md