Added audio and video folders to .gitignore

This commit is contained in:
Ascendings 2016-04-20 23:39:23 -04:00
parent c71a548acf
commit 02ff15a638

6
.gitignore vendored
View File

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