Hide Eclipse project settings from SublimeText

This commit is contained in:
px4dev 2012-08-14 09:10:55 -07:00
parent 74980af6c9
commit 3edd6c86f2
1 changed files with 7 additions and 1 deletions

View File

@ -13,7 +13,13 @@
"Make.dep",
".configured",
"*.sublime-project",
"*.sublime-workspace"
"*.sublime-workspace",
".project",
".cproject"
],
"folder_exclude_patterns":
[
".settings"
]
}
],