From b0af74ad5f91d7e847ca19b5e2fdc2edd124353e Mon Sep 17 00:00:00 2001 From: Valerie Date: Wed, 21 Nov 2018 20:43:56 -0500 Subject: [PATCH] update npmignore and gitignore --- .gitignore | 4 +++- .installerLocation | 1 - .npmignore | 4 ++++ 3 files changed, 7 insertions(+), 2 deletions(-) delete mode 100644 .installerLocation create mode 100644 .npmignore diff --git a/.gitignore b/.gitignore index e091b62..c98e136 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ node_modules Python -Python-Installer \ No newline at end of file +Python-Installer +.installerLocation +Temp-python \ No newline at end of file diff --git a/.installerLocation b/.installerLocation deleted file mode 100644 index 46f8f3b..0000000 --- a/.installerLocation +++ /dev/null @@ -1 +0,0 @@ -python-3.7.1.exe \ No newline at end of file diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..987d339 --- /dev/null +++ b/.npmignore @@ -0,0 +1,4 @@ +node_modules +Temp-python +Python-Installer +.installerLocation \ No newline at end of file