From 47a53197c3005d368af4b8ef6e3a3340e517482e Mon Sep 17 00:00:00 2001 From: "ying.yunlong" Date: Tue, 15 Aug 2017 15:55:47 +0800 Subject: Add code logic of tosca parser In ONAP R1, VFC project will use nfv tosca parser to parse csar package, init the directory and file at the first time. Change-Id: I826c8f485e0254832ca3b5b4d2808410eb5b7687 Issue-ID: VFC-97 Signed-off-by: ying.yunlong --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 821f62a6..67c551bb 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ logs/*.log -*.pyc \ No newline at end of file +*.pyc +.idea \ No newline at end of file -- cgit 1.2.3-korg