kenken999 commited on
Commit
8a7cbac
·
1 Parent(s): 8f297a7
Files changed (1) hide show
  1. 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("github.sh\n")
25
- gitignore_file.write("github.py\n")
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"):