Skip to content
Snippets Groups Projects
Commit 3569aac7 authored by jurgenhaas's avatar jurgenhaas
Browse files

#68 Add support for invoice ninja

parent 4f6cc94d
No related branches found
No related tags found
1 merge request!82Merging develop into main
......@@ -515,6 +515,9 @@ class Handler extends BaseHandler {
// Ignore some Unlighthouse directories.
$this->gitIgnore('tests/unlighthouse');
// Ignore Invoice Ninja directory.
$this->gitIgnore('/in/');
if (getenv('LAKEDROPS_BUILD_NG') !== 'yes') {
$this->updateTraefik();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment