mirror of
https://github.com/apache/superset.git
synced 2026-05-12 11:25:56 +00:00
fix(extensions): fix gitignore template and bump version (#38614)
(cherry picked from commit f5383263bc)
This commit is contained in:
committed by
Michael S. Molina
parent
b3eaa5ad01
commit
e42f6c3a1c
@@ -686,7 +686,7 @@ def init(
|
||||
click.secho("✅ Created extension.json", fg="green")
|
||||
|
||||
# Create .gitignore
|
||||
gitignore = env.get_template(".gitignore.j2").render(ctx)
|
||||
gitignore = env.get_template("gitignore.j2").render(ctx)
|
||||
(target_dir / ".gitignore").write_text(gitignore)
|
||||
click.secho("✅ Created .gitignore", fg="green")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user