From aa901b9e75c5918e097ebd1f0a14de5c84d3c371 Mon Sep 17 00:00:00 2001 From: Alexis de Talhouët Date: Tue, 20 Nov 2018 15:46:41 -0500 Subject: Enable blueprintprocessor and vlantag-api MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Also, fix add IntelliJ file in gitignore Change-Id: Iee192350ec3ec9c1aceefe814d4b0c11c326a897 Issue-ID: CCSDK-734 Signed-off-by: Alexis de Talhouët --- .gitignore | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 82cae9e5..12004f5a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,8 @@ **/tokens/* # Added for Intellij IDEA IDE +**/*.ipr +**/*.iws **/debug-logs/* **/.idea/* **/*.iml @@ -19,11 +21,3 @@ **/*.jsonld **/.checkstyle **/.gitignore -**/.gitignore -**/.gitignore -**/.gitignore -**/.gitignore -**/.gitignore -**/.gitignore -**/.gitignore - -- cgit 1.2.3-korg