john hace 1 año
padre
commit
dd193cc227
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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'