fffiloni commited on
Commit
62db9b7
·
verified ·
1 Parent(s): 934f9ab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -29,8 +29,7 @@ def process(git_repo_url, space_destination, user_token):
29
  folder_path=tmp_dir,
30
  repo_id=space_destination,
31
  repo_type="space",
32
- token=user_token,
33
- ignore_patterns=".gitattributes"
34
  )
35
 
36
  return "Done"
 
29
  folder_path=tmp_dir,
30
  repo_id=space_destination,
31
  repo_type="space",
32
+ token=user_token
 
33
  )
34
 
35
  return "Done"