Skip to content

Commit cf89096

Browse files
authored
chore: remove unnecessary .gitkeep file creation (#84)
Rmoves the unnecessary creation of a `.gitkeep` file
1 parent 7a75762 commit cf89096

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
@@ -509,8 +509,6 @@ def init_directory(self, directory: str, package: bool = True) -> None:
509509
readme = migrations_dir / "README.md"
510510
readme.write_text(self._get_init_readme_content())
511511

512-
(migrations_dir / ".gitkeep").touch()
513-
514512
console.print(f"[green]Initialized migrations in {directory}[/]")
515513

516514
@abstractmethod

0 commit comments

Comments
 (0)