From 06449fdb5825e5da14c9d3b15fd167d45ccb9bf5 Mon Sep 17 00:00:00 2001 From: tssajo Date: Wed, 20 Jul 2016 01:37:35 +0200 Subject: [PATCH] Added *.sublime-project to .gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2683feb..1924225 100644 --- a/.gitignore +++ b/.gitignore @@ -38,7 +38,7 @@ _testmain.go # project files should be checked into the repository, unless a significant # proportion of contributors will probably not be using SublimeText -# *.sublime-project +*.sublime-project # sftp configuration file sftp-config.json @@ -158,4 +158,4 @@ config.json *.pem build .vscode/* -debug \ No newline at end of file +debug