From 02ff15a6384904ff56f3e52d52a7a8b42475529c Mon Sep 17 00:00:00 2001 From: Ascendings Date: Wed, 20 Apr 2016 23:39:23 -0400 Subject: [PATCH] Added audio and video folders to .gitignore --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 8ab9aac..bbd5de7 100755 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,12 @@ app/config/development.php # we don't need to sync these everywhere vendor/ +# Audio and video files # +######################### +# we really shouldn't track these with git +public/audio/ +public/video/ + # Dot Files # ############# # the gitignore bit is so that .gitignore is still committed if