We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f367d76 commit 4ebe743Copy full SHA for 4ebe743
stackinator/builder.py
@@ -240,4 +240,4 @@ def generate(self, recipe):
240
meta_recipe_path.mkdir(exist_ok=True)
241
if meta_recipe_path.exists():
242
shutil.rmtree(meta_recipe_path)
243
- shutil.copytree(recipe.path, meta_recipe_path)
+ shutil.copytree(recipe.path, meta_recipe_path, ignore=shutil.ignore_patterns('.git'))
0 commit comments