From 60504d1c4e4bc66d526f3864ebef1797c55ab076 Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Sun, 27 Sep 2020 20:17:06 +0200 Subject: [PATCH] :see_no_evil: Add .gitignore --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..61739e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,9 @@ +# Don't commit project files +.idea/ + +# Configuration file +ghostream.yml + +# Test video and audio files +*.vif +*.ogg