From 38d7f393506f26387039adfbb48e96a183b6cad7 Mon Sep 17 00:00:00 2001 From: nithinninan <71290877+nithinninan@users.noreply.github.com> Date: Wed, 24 Mar 2021 22:24:07 +0530 Subject: [PATCH 1/2] i made a change --- Hello.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hello.md b/Hello.md index 557db03..e40f45f 100644 --- a/Hello.md +++ b/Hello.md @@ -1 +1 @@ -Hello World +Hello World Nithin V N From 1d24f0aca75ca5f26bd278dffc5dc9473401185d Mon Sep 17 00:00:00 2001 From: nithinninan <71290877+nithinninan@users.noreply.github.com> Date: Wed, 24 Mar 2021 22:38:09 +0530 Subject: [PATCH 2/2] added a company folder in .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index b6e4761..7e0284e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,6 +3,10 @@ __pycache__/ *.py[cod] *$py.class +# company private data folder +company_data/ + + # C extensions *.so