From 84a82f235dd45e6dd4b83a0825af184620742658 Mon Sep 17 00:00:00 2001 From: dyiop Date: Mon, 5 Oct 2020 23:17:12 -0400 Subject: [PATCH] Update .gitignore Removed node_modules and taget folders in Astute Client --- .gitignore | 4 +++- AstuteSystem/target/astutesystem/META-INF/MANIFEST.MF | 10 +++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index e0cf712..7040f0d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *.iml -.idea \ No newline at end of file +.idea +node_modules +target \ No newline at end of file diff --git a/AstuteSystem/target/astutesystem/META-INF/MANIFEST.MF b/AstuteSystem/target/astutesystem/META-INF/MANIFEST.MF index 712dbac..2ef0ee3 100644 --- a/AstuteSystem/target/astutesystem/META-INF/MANIFEST.MF +++ b/AstuteSystem/target/astutesystem/META-INF/MANIFEST.MF @@ -1,5 +1,5 @@ -Manifest-Version: 1.0 -Built-By: Gopi Katwala -Created-By: IntelliJ IDEA -Build-Jdk: 1.8.0_191 - +Manifest-Version: 1.0 +Created-By: IntelliJ IDEA +Built-By: ans24 +Build-Jdk: 1.8.0_171 +