From 778a8197b984afd1eb3fc3d310f4e1a047050e2d Mon Sep 17 00:00:00 2001 From: shadow7483147 Date: Thu, 7 Jul 2022 17:04:14 -0500 Subject: [PATCH] Update .gitignore (#2362) Adds sublime project files to the gitignore --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 7ecc1b97..8207677c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ luac.out # vscode .vscode/* -.history \ No newline at end of file +.history +*.sublime-project +*.sublime-workspace