ELIOT-UI Portal Backend Code Added 16/1916/1
authorAbhijit Dasgupta <abhijit.das.gupta@huawei.com>
Tue, 5 Nov 2019 08:53:50 +0000 (08:53 +0000)
committerAbhijit Dasgupta <abhijit.das.gupta@huawei.com>
Tue, 5 Nov 2019 08:53:50 +0000 (08:53 +0000)
File added

1. .gitignore

Signed-off-by: Abhijit Dasgupta <abhijit.das.gupta@huawei.com>
Change-Id: I3a4c312cd1d3661c68c928ca716e8080c764bf47

blueprints/common/eliot-ui/be/src/eliotk8sclient/.gitignore [new file with mode: 0644]

diff --git a/blueprints/common/eliot-ui/be/src/eliotk8sclient/.gitignore b/blueprints/common/eliot-ui/be/src/eliotk8sclient/.gitignore
new file mode 100644 (file)
index 0000000..b0bd83d
--- /dev/null
@@ -0,0 +1,58 @@
+HELP.md
+target/
+!.mvn/wrapper/maven-wrapper.jar
+!**/src/main/**
+!**/src/test/**
+
+### STS ###
+.apt_generated
+.classpath
+.factorypath
+.project
+.settings
+.springBeans
+.sts4-cache
+
+# Binaries and Package Files
+*.jar
+*.rar
+*.war
+*.iso
+*.tar
+*.zip
+*.ear
+*.sar
+*.class
+*.tar.gz
+
+# Maven
+target/
+
+### IntelliJ IDEA ###
+.idea
+*.iws
+*.iml
+*.ipr
+
+### Eclipse project files ###
+.settings
+.classpath
+.project
+
+
+### NetBeans ###
+/nbproject/private/
+/nbbuild/
+/dist/
+/nbdist/
+/.nb-gradle/
+build/
+
+### VS Code ###
+.vscode/
+
+# Misc
+*.swp
+release.properties
+pom.xml.releaseBackup
+pom.xml.tag