Ignore data folder

This commit is contained in:
fraxle
2026-06-14 01:38:41 +01:00
parent d109316aa1
commit b83aed2dbc
2 changed files with 21 additions and 7 deletions
+3
View File
@@ -4,6 +4,9 @@ backup/
# Cowork agent instructions # Cowork agent instructions
AGENTS.md AGENTS.md
# Tracking and server
data/
# OS / editor cruft # OS / editor cruft
.DS_Store .DS_Store
Thumbs.db Thumbs.db
+18 -7
View File
@@ -42,14 +42,25 @@
} }
}, },
"2026-06-13": { "2026-06-13": {
"visits": 36, "visits": 55,
"profiles": { "profiles": {
"showall": 4, "showall": 5,
"alltemps": 5, "alltemps": 6,
"vehicle": 20, "vehicle": 24,
"basic": 18, "basic": 21,
"home": 29, "home": 33,
"farming": 2 "farming": 5,
"custom": 1
}
},
"2026-06-14": {
"visits": 1,
"profiles": {
"basic": 14,
"home": 16,
"vehicle": 14,
"alltemps": 2,
"showall": 1
} }
} }
} }