summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2019-08-06 15:50:06 -0700
committerTim Smith <tsmith84@gmail.com>2019-08-06 15:50:06 -0700
commit41f5fdd19b7e379301b2396c8904e6b2bdb190c1 (patch)
tree347bc416517a16d98ee701db02da2543d84cafa9
parent094faee46ae414b17f1517d9b349ac11ebaed23c (diff)
downloadohai-41f5fdd19b7e379301b2396c8904e6b2bdb190c1.tar.gz
Ignore yard files in git
We don't want to commit these by accident
-rw-r--r--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 8eae7fac..f830aca3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,7 @@ coverage/
*~
vendor
.idea/*
+
+# yard
+.yardoc
+doc/* \ No newline at end of file