From a9f8c634092cdc0a5823ea7938b47647340a89da Mon Sep 17 00:00:00 2001 From: Ismo Vuorinen Date: Mon, 18 Nov 2013 17:09:49 +0200 Subject: [PATCH] Remove *.sublime-project from the repository and ignore it in the future. --- .gitignore | 1 + lentolaskuri.sublime-project | 18 ------------------ 2 files changed, 1 insertion(+), 18 deletions(-) delete mode 100644 lentolaskuri.sublime-project diff --git a/.gitignore b/.gitignore index a1de6dd..943c05d 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ dist .tmp app/components *.sublime-workspace +*.sublime-project app/api/config.php diff --git a/lentolaskuri.sublime-project b/lentolaskuri.sublime-project deleted file mode 100644 index d3372cf..0000000 --- a/lentolaskuri.sublime-project +++ /dev/null @@ -1,18 +0,0 @@ -{ - "folders": - [ - { - "path": ".", - "folder_exclude_patterns": ["node_modules", ".cache", ".tmp"] - } - ], - "ternjs": { - "exclude": ["node_modules/**", "app/components/**"], - "libs": ["jquery"], - "plugins": { - "requirejs": { - "baseURL": "app/components" - } - } - } -}