From 8ed33456941da0f60a02ac67341d0a4d4a9421d7 Mon Sep 17 00:00:00 2001 From: SylTi Date: Sat, 1 Nov 2014 10:53:06 +0100 Subject: [PATCH] sublime project delete, added to gitignore --- .gitignore | 3 ++- bitcrowfunding.sublime-project | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 5bba491..c7f08be 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ public client/bower_components dist /server/config/local.env.js -*.sublime-workspace \ No newline at end of file +*.sublime-workspace +*.sublime-project \ No newline at end of file diff --git a/bitcrowfunding.sublime-project b/bitcrowfunding.sublime-project index 53cf1de..9cbd597 100644 --- a/bitcrowfunding.sublime-project +++ b/bitcrowfunding.sublime-project @@ -2,7 +2,8 @@ "folders": [ { - "path": "/Users/hugolafitte/bitcrowfunding" + "follow_symlinks": true, + "path": "." } ] }