Commit 002e1bab authored by Nicolas Widart's avatar Nicolas Widart

Don't add the module to gitignore.

parent 78007760
......@@ -107,8 +107,6 @@ class ModuleScaffold
$this->entityGenerator->forModule($this->getName())->type($this->entityType)->generate($this->entities);
$this->valueObjectGenerator->forModule($this->getName())->type($this->entityType)->generate($this->valueObjects);
$this->addModuleToIgnoredExceptions();
}
/**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment