From: Keong Lim Date: Tue, 5 Mar 2019 00:30:43 +0000 (+1100) Subject: AAI-2210 Add .gitignore to aai/babel X-Git-Tag: 1.4.1~27^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fbabel.git;a=commitdiff_plain;h=e09369335525599a44f22124c51a480c3d6e28e7 AAI-2210 Add .gitignore to aai/babel Ignore target directory created by babel and other commonly-seen files. Change-Id: Iacb9b4413d3c191e6cfb78f3adb20112ffc32ca5 Issue-ID: AAI-2210 Signed-off-by: Keong Lim --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..19fc351 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +.settings +.project +target/ +**/logs/ +**/debug-logs/ +/.pydevproject +/bin/ +**/.idea/ +*/.idea +*.iml +.idea/