From 036251d36e9fa6bcb0ebbd895c2d203d42e45d2d Mon Sep 17 00:00:00 2001 From: chenxuanhong Date: Mon, 17 Jan 2022 13:18:59 +0800 Subject: [PATCH] Update .gitignore --- .gitignore | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index d4c33ea..8a3da5d 100644 --- a/.gitignore +++ b/.gitignore @@ -121,8 +121,8 @@ train_logs/ *.jpg *.JPG -./env -./wandb -./train_logs -./test_logs -./arcface_ckpt \ No newline at end of file +env/ +wandb/ +train_logs/ +test_logs/ +arcface_ckpt/ \ No newline at end of file