Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nasa/openmct.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Woeltjen <victor.woeltjen@nasa.gov>2015-05-20 19:00:16 +0300
committerVictor Woeltjen <victor.woeltjen@nasa.gov>2015-05-20 19:03:55 +0300
commit2797af43e921250a446178a885557618a6532693 (patch)
treebd5c1c300e34ac7f22756348a45cbb483460e570 /.gitignore
parent4c6cad3e77e7a0048c7a3d5841276a07d191434d (diff)
[Configuration] Add server app
Add server app which provides the ability to include/exclude bundles. WTD-1199.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index e034b4100..4c2c6ce8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -17,3 +17,6 @@ target
# Closed source libraries
closed-lib
+# Node dependencies
+node_modules
+