From 4ca637b2a7b31d4194380045ad64a08dedfeeb26 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Tue, 15 Sep 2020 16:13:54 +0100 Subject: Exclude unit test files from released artifacts The node.js code and repos are used only during unit test and should not be included in the released artifacts. Not having them in the released artifacts also eliminates a number of security and licensing issues with node.js modules. Issue-ID: POLICY-2825 Change-Id: Icb9c0a0e3d1ebb01aa9b6346ce51f0c76c5cdd0f Signed-off-by: liamfallon --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index f4225bc..c7363b7 100644 --- a/.gitignore +++ b/.gitignore @@ -10,4 +10,8 @@ target /bin/ # IntelliJ files .idea/ +dist +node +node_modules +package-lock.json **/*.iml -- cgit 1.2.3-korg