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" - } - } - } -}