Added audio and video folders to .gitignore
This commit is contained in:
parent
c71a548acf
commit
02ff15a638
6
.gitignore
vendored
6
.gitignore
vendored
@ -11,6 +11,12 @@ app/config/development.php
|
|||||||
# we don't need to sync these everywhere
|
# we don't need to sync these everywhere
|
||||||
vendor/
|
vendor/
|
||||||
|
|
||||||
|
# Audio and video files #
|
||||||
|
#########################
|
||||||
|
# we really shouldn't track these with git
|
||||||
|
public/audio/
|
||||||
|
public/video/
|
||||||
|
|
||||||
# Dot Files #
|
# Dot Files #
|
||||||
#############
|
#############
|
||||||
# the gitignore bit is so that .gitignore is still committed if
|
# the gitignore bit is so that .gitignore is still committed if
|
||||||
|
Loading…
Reference in New Issue
Block a user