untracking vendor (.gitginore)

This commit is contained in:
Barbara Pitt 2020-12-26 16:54:45 -06:00
parent d9749ea66d
commit a25cdddb2b

1
.gitignore vendored
View file

@ -8,6 +8,7 @@
/*.html /*.html
/*.xml /*.xml
/vendor/* /vendor/*
/vendor
# include some files though # include some files though
!/templates/*.html !/templates/*.html