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