From 6aec50e7531735d4cb0e5aae3f1482789f8e463c Mon Sep 17 00:00:00 2001 From: Starec Vlastimil Date: Wed, 1 Jul 2020 16:51:24 +0200 Subject: Perform repository cleanup Register v18 and v19 aai-schemas. Refactor some easy java code. Issue-ID: AAI-2861 Change-Id: I00a7ea4b62ea3e2f59825b37bdca220c3b67b1a7 Signed-off-by: Starec Vlastimil --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 42fef25..385b223 100644 --- a/.gitignore +++ b/.gitignore @@ -9,6 +9,7 @@ # production /graphgraph-fe/build +/target # misc /graphgraph-fe/DS_Store @@ -21,5 +22,6 @@ /graphgraph-fe/yarn-debug.log* /graphgraph-fe/yarn-error.log* +# idea /.idea -/target +*.iml -- cgit 1.2.3-korg