fix: tambah *.zip dan *.bin ke gitignore (cegah dataset besar ter-commit)

This commit is contained in:
jouel88 2026-07-01 13:35:30 +07:00
parent 8eb0321183
commit 965a4eca45
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -16,6 +16,10 @@ storage/face_models/
storage/face_videos/ storage/face_videos/
storage/temp/ storage/temp/
# File besar (dataset backup, zip, binary)
*.zip
*.bin
# IDE # IDE
.vscode/ .vscode/
.idea/ .idea/