ignore source output, touch on install instead

This commit is contained in:
Bryson Steck 2022-03-11 23:19:40 -07:00
parent 2bfa510156
commit b5603f9b22
3 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View file

@ -1,2 +1,3 @@
node_modules/
package-lock.json
source_output.txt

View file

@ -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"