Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def process(git_repo_url, space_destination, user_token):
|
|
30 |
repo_id=space_destination,
|
31 |
repo_type="space",
|
32 |
token=user_token,
|
33 |
-
ignore_patterns=".
|
34 |
)
|
35 |
|
36 |
return "hello"
|
|
|
30 |
repo_id=space_destination,
|
31 |
repo_type="space",
|
32 |
token=user_token,
|
33 |
+
ignore_patterns=".gitattributes"
|
34 |
)
|
35 |
|
36 |
return "hello"
|