From f121db89849cced21738963464e30fd0ef2722a3 Mon Sep 17 00:00:00 2001 From: Mari Date: Wed, 7 Apr 2021 19:03:03 -0400 Subject: [PATCH] Update the build script --- .gitignore | 3 ++- .../go_build_gdrive_filereplacer.xml | 13 +++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .idea/runConfigurations/go_build_gdrive_filereplacer.xml diff --git a/.gitignore b/.gitignore index 15a0c91..ee14d52 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ secrets.json token.json -gdrive-filereplacer \ No newline at end of file +gdrive-filereplacer +/build/ \ No newline at end of file diff --git a/.idea/runConfigurations/go_build_gdrive_filereplacer.xml b/.idea/runConfigurations/go_build_gdrive_filereplacer.xml new file mode 100644 index 0000000..756aff0 --- /dev/null +++ b/.idea/runConfigurations/go_build_gdrive_filereplacer.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file