From 526adbd46b8cb14ec9365d37e102a66bfd2684f0 Mon Sep 17 00:00:00 2001 From: "Haoran S. Diao" <0@hairydiode.xyz> Date: Sat, 2 Mar 2019 12:40:13 -0500 Subject: added .gitignore to make sure the song played when the countdown is over is not included in the repo --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2b41858 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +song* -- cgit v1.1