chore: update gitignore to better organize data assets
Refine gitignore rules for data directory to explicitly ignore all generated assets while keeping specific tracked files like background image and CSVs
This commit is contained in:
parent
87151da182
commit
39d7d49e6c
1 changed files with 4 additions and 2 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -5,9 +5,11 @@ node_modules/
|
|||
build/
|
||||
|
||||
# Downloaded data files
|
||||
data/*
|
||||
# Ignore all generated/cached assets under data
|
||||
data/**
|
||||
# Keep only the local background image and optional CSVs tracked
|
||||
!data/modelviewer-background.png
|
||||
!data/*.csv
|
||||
!data/*.png
|
||||
|
||||
# Configuration
|
||||
config.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue