Skip to content

Commit f9d38c5

Browse files
kaankaraogluclaude
andauthored
chore: gitignore fetched data files (#178)
These JSON files are regenerated at build time by the fetch scripts, so they don't need to be tracked in version control. Co-authored-by: Kaan Karaoglu <9263013+kaankaraoglu@users.noreply.github.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 18d8603 commit f9d38c5

4 files changed

Lines changed: 5 additions & 137 deletions

File tree

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ node_modules
33
/dist
44

55

6+
# Fetched data (regenerated at build time)
7+
src/data/wcl-progression.json
8+
src/data/wcl-stats.json
9+
src/data/rio-mythicplus.json
10+
611
# local env files
712
.env
813
.env.local

src/data/rio-mythicplus.json

Lines changed: 0 additions & 103 deletions
This file was deleted.

src/data/wcl-progression.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/data/wcl-stats.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)