From 5ce8035820545e60cacd7349a995c989eca230b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20L=2E=20F=C3=A4llman?= Date: Fri, 25 Mar 2022 20:16:20 +0100 Subject: [PATCH] Add Sublime Text project files to .gitignore --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b70cfd2..1249b00 100644 --- a/.gitignore +++ b/.gitignore @@ -133,4 +133,7 @@ dmypy.json *~ # IDEA Dev Environment -.idea \ No newline at end of file +.idea + +# Sublime Text project files +*.sublime* \ No newline at end of file