fix: tambah *.zip dan *.bin ke gitignore (cegah dataset besar ter-commit)
This commit is contained in:
parent
8eb0321183
commit
965a4eca45
|
|
@ -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/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue