diff options
author | an4828 <nekrassov@att.com> | 2017-09-27 12:52:06 -0400 |
---|---|---|
committer | an4828 <nekrassov@att.com> | 2017-09-27 12:52:13 -0400 |
commit | 294cba47b07654e90b6be22e9b59b308d100243d (patch) | |
tree | 9e2ddfa0f112e1bf28207e2a31f4737b1a5f545a | |
parent | 06044df56fb07f4b368888581752855595e7b147 (diff) |
TCA: add missing .gitignore
Change-Id: Ib728b973188269cb4f40053d363bbd1aa33b69f8
Signed-off-by: an4828 <nekrassov@att.com>
Issue-ID: DCAEGEN2-65
-rw-r--r-- | .gitignore | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b0cdacc --- /dev/null +++ b/.gitignore @@ -0,0 +1,50 @@ +*.class +.*.swp +.beamer +# Package Files # +*.jar +*.war +*.ear + +# Intellij Files & Dir # +*.iml +*.ipr +*.iws +atlassian-ide-plugin.xml +out/ +.DS_Store +./lib/ +.idea + +# Gradle Files & Dir # +build/ +.gradle/ +.stickyStorage +.build/ +target/ + +# Node log +npm-*.log +logs/ +.nux_enabled +.nux_dashboard + +# Singlenode and test data files. +/templates/ +/artifacts/ +/data/ +/data-fabric-tests/data/ + +# Checkstyle report +examples/checkstyle_report.xml + +# Examples Stuff +dependency-reduced-pom.xml + +# generated by docs build +*.pyc + +#black duck scanner results +*_bdio.jsonld +blackDuckHubProjectName.txt +blackDuckHubProjectVersionName.txt |