You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2020/04/24 12:35:14 UTC

[incubator-streampipes] branch rel/0.66.0 updated: Explicitly add dist subdirectories to gitignore to avoid problems with rat plugin

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch rel/0.66.0
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/rel/0.66.0 by this push:
     new 3bbe273  Explicitly add dist subdirectories to gitignore to avoid problems with rat plugin
3bbe273 is described below

commit 3bbe273e573d0441ffde4e4e251a7b52ad389b6e
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Fri Apr 24 14:34:56 2020 +0200

    Explicitly add dist subdirectories to gitignore to avoid problems with rat plugin
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index d014514..8e9b2b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -92,6 +92,7 @@ ui/src/app/services/version/version.service.ts
 
 # compiled output
 ui/dist
+ui/dist/**
 ui/dist-server
 ui/tmp
 ui/out-tsc