diff options
author | 2020-08-03 16:08:41 +0530 | |
---|---|---|
committer | 2020-08-07 18:04:09 +0530 | |
commit | 59af21d85188c9538cdd3b784feffa94fa645aa5 (patch) | |
tree | fdc7d090c705497a6057a69360f34369e2c4135e /components/slice-analysis-ms/.gitignore | |
parent | 241494cef9587dd2834e4192c71437a1741d9553 (diff) |
Add seed code for slice-analysis-ms
Issue-ID: DCAEGEN2-2376
Signed-off-by: Reshmasree <reshmasree.chamarthi2@wipro.com>
Change-Id: I946ebb346f8a77c22aa4c7590a077c8b3b7d1aa2
Diffstat (limited to 'components/slice-analysis-ms/.gitignore')
-rw-r--r-- | components/slice-analysis-ms/.gitignore | 35 |
1 files changed, 35 insertions, 0 deletions
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/ |