aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorEran (ev672n), Vosk <ev672n@att.com>2018-08-07 14:15:05 +0300
committerEran (ev672n), Vosk <ev672n@att.com>2018-08-07 14:15:05 +0300
commitb9708a7c3cfaf5767992a2b15180e7b85c459242 (patch)
tree076e19ea52232232e9060a9d7e074947a4a49508 /.gitignore
parentcc32bd38d72e5c1c92048657083952d3e45c1819 (diff)
adding the dcae dt code
Adding DCAE-dt code Change-Id: Id6b779db9d24e10825fb97ad5fd46f41e65e6738 Issue-ID: SDC-1614 Signed-off-by: Eran (ev672n), Vosk <ev672n@att.com>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore34
1 files changed, 34 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..9bd2ce8
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,34 @@
+.tmp/*
+.tmp_imploded/*
+bower_components/*
+app/bower_components/*
+node_modules/*
+dist/*
+.tmp_imploded/fonts/glyphicons-halflings-regular.svg
+app/app.env.js
+.project
+.idea/*
+.vscode/
+target/*
+.settings*
+.classpath
+/*.war
+/node/*
+/src/main/webapp/comp-fe/*
+/src/main/webapp/*.png
+/src/main/webapp/*
+!/src/main/webapp/META-INF/MANIFAST.MF
+!/src/main/webapp/WEB-INF/config/dcae-fe/*
+*.iml
+
+# intelij idea IDE
+*.iml
+
+
+# IDE - VSCode
+.vscode/*
+!.vscode/settings.json
+!.vscode/tasks.json
+!.vscode/launch.json
+!.vscode/extensions.json
+/target/