john 1 rok temu
rodzic
commit
dd193cc227
1 zmienionych plików z 2 dodań i 1 usunięć
  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'