From 59af21d85188c9538cdd3b784feffa94fa645aa5 Mon Sep 17 00:00:00 2001 From: Reshmasree Date: Mon, 3 Aug 2020 16:08:41 +0530 Subject: Add seed code for slice-analysis-ms Issue-ID: DCAEGEN2-2376 Signed-off-by: Reshmasree Change-Id: I946ebb346f8a77c22aa4c7590a077c8b3b7d1aa2 --- components/slice-analysis-ms/.gitignore | 35 +++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 components/slice-analysis-ms/.gitignore (limited to 'components/slice-analysis-ms/.gitignore') diff --git a/components/slice-analysis-ms/.gitignore b/components/slice-analysis-ms/.gitignore new file mode 100644 index 00000000..a325eaff --- /dev/null +++ b/components/slice-analysis-ms/.gitignore @@ -0,0 +1,35 @@ +HELP.md +target/ +.mvn/wrapper/maven-wrapper.jar +.mvn/ +**/src/main/**/target/ +**/src/test/**/target/ + +### STS ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### IntelliJ IDEA ### +.idea +*.iws +*.iml +*.ipr + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ +/bin/ -- cgit