aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorIdan Amit <ia096e@intl.att.com>2018-08-01 09:29:34 +0300
committerIdan Amit <ia096e@intl.att.com>2018-08-01 09:31:27 +0300
commit740e99a30601420077e4fffd6698f59761eb37f4 (patch)
treeb3455dc578dd7644eeb26f47ccd8fc36dc4b0524 /.gitignore
parent8a0aacc16f016480914c3e0799719f726b4c54b8 (diff)
sdc-pubsub maven integration
Added pom.xml file and defined maven clean and install stages Change-Id: I31c6997e55bf0d39fd56220a82d1d8ca2f6d5583 Issue-ID: SDC-1540 Signed-off-by: Idan Amit <ia096e@intl.att.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 48f4a65..e48b1b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,4 +5,6 @@ node_modules/
**/*.js.map
**/*.js
!webpack.config.js
-npm-debug.log \ No newline at end of file
+npm-debug.log
+sdc-pubsub.iml
+node/ \ No newline at end of file