Add generated documentation folder to ignore

It should be generated from source
This commit is contained in:
Robert Richter 2015-04-23 18:16:07 -05:00
parent 903d9d918b
commit 37faee1a41

3
.gitignore vendored
View File

@ -7,8 +7,9 @@
# Ignore bundler config
/.bundle
# Ingore Yardoc temp files
# Ingore Yardoc temp files and generated documentation
/.yardoc
/doc
# Ignore the default SQLite database.
/db/*.sqlite3