john 1 년 전
부모
커밋
dd193cc227
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      diff.py

+ 2 - 1
diff.py

@@ -70,7 +70,8 @@ ignore_list = [
     'node_modules',
     '.idea',
     'jar',
-    '.git'
+    '.git',
+    '.DS_Store'
 ]
 
 # target_directory = '/path/to/your/directory'