Remove the pesky .DS_store from the site and improve .gitignore

Haha, pesky indeed. Thanks @budparr

See PR rdwatters/hugo-docs-concept#96
This commit is contained in:
Bud Parr 2017-04-21 11:26:17 -04:00 committed by Ryan Watters
parent 1b86764964
commit 6aaf47be8a
4 changed files with 1 additions and 0 deletions

BIN
.DS_Store vendored

Binary file not shown.

1
.gitignore vendored
View File

@ -1,3 +1,4 @@
pipeline/node_modules pipeline/node_modules
ryans-notes.md ryans-notes.md
themes/hugo-docs-concept/pipeline/node_modules themes/hugo-docs-concept/pipeline/node_modules
.DS_Store

BIN
themes/.DS_Store vendored

Binary file not shown.

Binary file not shown.