TCA: add missing .gitignore 45/16045/1
authoran4828 <nekrassov@att.com>
Wed, 27 Sep 2017 16:52:06 +0000 (12:52 -0400)
committeran4828 <nekrassov@att.com>
Wed, 27 Sep 2017 16:52:13 +0000 (12:52 -0400)
Change-Id: Ib728b973188269cb4f40053d363bbd1aa33b69f8
Signed-off-by: an4828 <nekrassov@att.com>
Issue-ID: DCAEGEN2-65

.gitignore [new file with mode: 0644]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..b0cdacc
--- /dev/null
@@ -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