From 0f042f91638ccfea03ad9b93474c9a3bc4d8af1e Mon Sep 17 00:00:00 2001 From: Justin SB Date: Mon, 10 Dec 2018 13:35:44 -0500 Subject: [PATCH] .gitignore: Add temp files --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 23b340fa46..1835bd1884 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,7 @@ # Not check in node_modules to a specific arch and os. docs/book/node_modules/ + +# Editor temp files +*~ +\#*#