From 438f465c6ad1b434710655580686deab35b45c14 Mon Sep 17 00:00:00 2001 From: Alan Friedman Date: Mon, 13 May 2019 09:55:08 -0400 Subject: [PATCH] Ignore sublime files --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0144959..127db87 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .DS_Store node_modules -*.log \ No newline at end of file +*.log +*sublime* \ No newline at end of file