Added ./dist directory to .gitignore

This directory is where our build is placed. It should never
be committed.

Change-Id: Ibb2a102d6b7009287025468e5acc7159f099e4fb
This commit is contained in:
Michael Krotscheck 2016-02-16 15:27:14 -08:00
parent 7d3bf213f5
commit 54b77c02da
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -8,6 +8,7 @@ www/
.publish/
*.tar.gz
*.tgz
dist
# Operating system specific files
.DS_Store # OSX Folder Caches