From 6c4ec9b47f16178cfc2a0a5cd114aa3ae4392322 Mon Sep 17 00:00:00 2001 From: Abhijit Dasgupta Date: Tue, 5 Nov 2019 08:53:50 +0000 Subject: [PATCH] ELIOT-UI Portal Backend Code Added File added 1. .gitignore Signed-off-by: Abhijit Dasgupta Change-Id: I3a4c312cd1d3661c68c928ca716e8080c764bf47 --- .../eliot-ui/be/src/eliotk8sclient/.gitignore | 58 ++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 blueprints/common/eliot-ui/be/src/eliotk8sclient/.gitignore diff --git a/blueprints/common/eliot-ui/be/src/eliotk8sclient/.gitignore b/blueprints/common/eliot-ui/be/src/eliotk8sclient/.gitignore new file mode 100644 index 0000000..b0bd83d --- /dev/null +++ b/blueprints/common/eliot-ui/be/src/eliotk8sclient/.gitignore @@ -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 -- 2.16.6