ソースを参照

Updated .gitignore to ignore images directory

david 5 年 前
コミット
f5903cb0aa
1 ファイル変更2 行追加2 行削除
  1. 2 2
      .gitignore

+ 2 - 2
.gitignore

@@ -5,6 +5,6 @@ lib64
 pyvenv.cfg
 share/
 .vscode/
-in/
+images/
 data/
-__pycache__/
+__pycache__/