Remove *.sublime-project from the repository and ignore it in the future.

This commit is contained in:
Ismo Vuorinen
2013-11-18 17:09:49 +02:00
parent ab75c3d07e
commit a9f8c63409
2 changed files with 1 additions and 18 deletions

1
.gitignore vendored
View File

@@ -3,4 +3,5 @@ dist
.tmp
app/components
*.sublime-workspace
*.sublime-project
app/api/config.php

View File

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