fix: tambah storage/temp ke gitignore

This commit is contained in:
jouel88 2026-07-01 12:02:53 +07:00
parent 6a85c3ef1b
commit 8eb0321183
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -14,6 +14,7 @@ build/
storage/face_datasets/ storage/face_datasets/
storage/face_models/ storage/face_models/
storage/face_videos/ storage/face_videos/
storage/temp/
# IDE # IDE
.vscode/ .vscode/