Skip to content

Commit 23b5d0f

Browse files
committed
chore: remove unnecessary .gitkeep file creation
1 parent 5d06b9e commit 23b5d0f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sqlspec/migrations/base.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,6 @@ def init_directory(self, directory: str, package: bool = True) -> None:
368368
readme = migrations_dir / "README.md"
369369
readme.write_text(self._get_init_readme_content())
370370

371-
(migrations_dir / ".gitkeep").touch()
372-
373371
console.print(f"[green]Initialized migrations in {directory}[/]")
374372

375373
@abstractmethod

0 commit comments

Comments
 (0)