소스 검색

Updating .gitignore to ignore images in test_images

Jason Antic 5 년 전
부모
커밋
6bf631d380
1개의 변경된 파일6개의 추가작업 그리고 8개의 파일을 삭제
  1. 6 8
      .gitignore

+ 6 - 8
.gitignore

@@ -119,13 +119,11 @@ deoldify/fastai
 fastai
 *.pth
 video
-test_images/James1.jpg
-test_images/James2.jpg
-test_images/James3.jpg
-test_images/James4.jpg
-test_images/James5.jpg
-test_images/James6.jpg
-test_images/image.png
-test_images/image.jpg
+test_images/*.jpg
+test_images/*.JPG
+test_images/*.PNG
+test_images/*.png
+test_images/*.jpeg
+test_images/*.JPEG 
 deoldify/.ipynb_checkpoints/*-checkpoint.py
 tmp*