Spaces:
Running
on
Zero
Running
on
Zero
df
Browse files- mysite/libs/github.py +2 -2
mysite/libs/github.py
CHANGED
@@ -21,8 +21,8 @@ def github(token:any):
|
|
21 |
|
22 |
# .gitignore ファイルに github.sh と github.py を追加
|
23 |
with open(".gitignore", "a") as gitignore_file:
|
24 |
-
gitignore_file.write("
|
25 |
-
gitignore_file.write("
|
26 |
|
27 |
# 既存の .git フォルダーを削除
|
28 |
if os.path.isdir(".git"):
|
|
|
21 |
|
22 |
# .gitignore ファイルに github.sh と github.py を追加
|
23 |
with open(".gitignore", "a") as gitignore_file:
|
24 |
+
gitignore_file.write("githubs.sh\n")
|
25 |
+
gitignore_file.write("githubs.py\n")
|
26 |
|
27 |
# 既存の .git フォルダーを削除
|
28 |
if os.path.isdir(".git"):
|