Updating .gitignore

This commit is contained in:
Zachary Klosko 2020-11-18 16:41:29 -05:00
parent dc57d08bd5
commit 2458b3edcd
1 changed files with 2 additions and 1 deletions

3
.gitignore vendored
View File

@ -17,4 +17,5 @@ airtime_mvc/tests/log/*.log
.DS_Store .DS_Store
.idea/ .idea/
/docs/_site/* /docs/_site/*
/docs/.jekyll-cache/* /docs/.jekyll-cache/*
/docs/.gems/*