mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-23 12:33:23 -07: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"
|
gitignore = specific_data_directory / ".gitignore"
|
||||||
|
|
||||||
with open(gitignore, "w") as f:
|
with open(gitignore, "w") as f:
|
||||||
f.write(
|
f.write("*\n")
|
||||||
"""*
|
|
||||||
!.gitignore
|
|
||||||
"""
|
|
||||||
)
|
|
||||||
|
|
||||||
return specific_data_directory
|
return specific_data_directory
|
||||||
|
|||||||
Reference in New Issue
Block a user