Commit
·
dfaa562
1
Parent(s):
faa2b11
include README
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def upload_directory_to_hf(
|
|
46 |
commit_message="Migrated from GitHub",
|
47 |
ignore_patterns=[
|
48 |
"*.git*",
|
49 |
-
|
50 |
"*.DS_Store",
|
51 |
"*.env",
|
52 |
], # ignore git files, README, and .env files
|
|
|
46 |
commit_message="Migrated from GitHub",
|
47 |
ignore_patterns=[
|
48 |
"*.git*",
|
49 |
+
# "*README.md*",
|
50 |
"*.DS_Store",
|
51 |
"*.env",
|
52 |
], # ignore git files, README, and .env files
|