Merge "K8s helm plugin code"
authorGaurav Agrawal <gaurav.agrawal@huawei.com>
Tue, 12 May 2020 04:30:12 +0000 (04:30 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Tue, 12 May 2020 04:30:12 +0000 (04:30 +0000)
.gitignore [new file with mode: 0644]
requirements/verify.txt

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..0b8c49e
--- /dev/null
@@ -0,0 +1,19 @@
+#####standard .git ignore entries#####
+
+## IDE Specific Files ##
+org.eclipse.core.resources.prefs
+.classpath
+.project
+.settings
+.idea
+.externalToolBuilders
+maven-eclipse.xml
+workspace
+.checkstyle
+
+## Compilation Files ##
+*.class
+**/target
+target
+target-ide
+MANIFEST.MF
\ No newline at end of file
index 9b07af7..510b8d7 100644 (file)
@@ -6,8 +6,6 @@
 # which accompanies this distribution, and is available at
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
-# This file is for verify job excuted by Akraino CI modified from OPNFV
-# Bottlenecks Project
 
 flake8==3.7.7
 nose==1.3.7