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 2022/01/26 21:08:11 UTC

[incubator-streampipes] 04/06: [hotfix] Update gitignore file to exclude files from prebuild script

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

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

commit b2eda9c3bad5ad8f4f4cf02d0c8d3f776678b377
Author: Dominik Riemer <do...@gmail.com>
AuthorDate: Wed Jan 26 21:52:18 2022 +0100

    [hotfix] Update gitignore file to exclude files from prebuild script
---
 .gitignore    | 7 -------
 ui/.gitignore | 3 +++
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index 03e2cbc..4b3258f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -85,13 +85,6 @@ npm-debug.log
 ui/src/assets/lib/apps/*
 
 
-# prebuild
-ui/src/app/appng5.module.ts
-ui/src/app/core/components/base-navigation.component.ts
-ui/src/app/app-routing.module.ts
-ui/src/app/home/home.service.ts
-ui/src/scss/sp/sp-theme.scss
-
 # compiled output
 ui/dist
 ui/dist/**
diff --git a/ui/.gitignore b/ui/.gitignore
index 6d68a4a..a686a3a 100644
--- a/ui/.gitignore
+++ b/ui/.gitignore
@@ -27,6 +27,9 @@ src/app/services/version/version.service.ts
 src/app/core/components/base-navigation.component.ts
 src/assets/img/login/logo.png
 src/assets/img/sp/logo-navigation.png
+src/assets/img/favicon/favicon-96x96.png
+src/scss/sp/sp-theme.scss
+webpack.partial.dev.js
 
 # compiled output
 /dist