aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2020-09-15 16:13:54 +0100
committerliamfallon <liam.fallon@est.tech>2020-09-16 08:03:14 +0100
commit4ca637b2a7b31d4194380045ad64a08dedfeeb26 (patch)
tree74b3aaf665c60f322c978cd52126864f5750433c /.gitignore
parent9a9127b65920580de8b4a69479a9983481c8faf8 (diff)
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 <liam.fallon@est.tech>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
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