mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-07 23:25:51 -08:00
Compare commits
1 Commits
NewSoupVi-
...
NewSoupVi-
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
938d6c9bd4 |
@@ -16,10 +16,6 @@ def make_data_directory(dir_name: str) -> Path:
|
||||
gitignore = specific_data_directory / ".gitignore"
|
||||
|
||||
with open(gitignore, "w") as f:
|
||||
f.write(
|
||||
"""*
|
||||
!.gitignore
|
||||
"""
|
||||
)
|
||||
f.write("*\n")
|
||||
|
||||
return specific_data_directory
|
||||
|
||||
Reference in New Issue
Block a user