From 06dcb48c3efa39755d981ea4dba305a811b6b44b Mon Sep 17 00:00:00 2001 From: ZeroAct <lhj5682@naver.com> Date: Sat, 22 May 2021 17:40:32 +0900 Subject: [PATCH] modify ignore --- .gitignore | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b84a665..6745155 100644 --- a/.gitignore +++ b/.gitignore @@ -129,6 +129,6 @@ dmypy.json .pyre/ # etc -.png -.jpg -.pth \ No newline at end of file +*.png +*.jpg +*.pth \ No newline at end of file -- GitLab