aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryson Steck <steck.bryson@gmail.com>2022-03-11 23:19:40 -0700
committerBryson Steck <steck.bryson@gmail.com>2022-03-11 23:19:40 -0700
commitb5603f9b2292bbaada364b0edf6448f9f5414dd6 (patch)
tree6b142de5f3056de28737e8f76eee824d3f3e1db5
parent2bfa510156245735582227b881c2115958abc64b (diff)
downloadlset-b5603f9b2292bbaada364b0edf6448f9f5414dd6.tar
lset-b5603f9b2292bbaada364b0edf6448f9f5414dd6.tar.gz
lset-b5603f9b2292bbaada364b0edf6448f9f5414dd6.tar.bz2
ignore source output, touch on install instead
-rw-r--r--.gitignore1
-rw-r--r--follow-src/source_output.txt0
-rwxr-xr-xinstall.sh3
3 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 504afef..b53b2c2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
node_modules/
package-lock.json
+source_output.txt
diff --git a/follow-src/source_output.txt b/follow-src/source_output.txt
deleted file mode 100644
index e69de29..0000000
--- a/follow-src/source_output.txt
+++ /dev/null
diff --git a/install.sh b/install.sh
index 612a888..354a7bc 100755
--- a/install.sh
+++ b/install.sh
@@ -15,6 +15,9 @@ fi
echo "install: installing requests python package for the source script"
pip3 install --user requests
+cd follow-src
+touch source_output.txt
+cd ..
echo
echo "install: installing tmi node module for the twitch bot"