Update .gitignore to exclude JSON files in src/assets and modify import path for pose data in App.tsx to reflect new asset structure.

This commit is contained in:
2025-03-27 16:16:22 +08:00
parent 8bcefd93bc
commit d4e86e60ff
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -23,3 +23,4 @@ dist-ssr
*.sln
*.sw?
public/*.json
src/assets/*.json