Skip to content

Commit

Permalink
Add don't list file extension option
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeEffect committed Jun 17, 2013
1 parent 4d9687a commit a80a0cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions NewServer.default-config
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
"zip", "gz", "tar", "7z", "rar", "jpg", "jpeg", "png", "gif", "exe",
"mp3", "wav", "bz", "pyc", "ico"
],
// Don't list files with these extensions in the quick panel or the fuzzy find
"dont_list_ext":[],
// Exclude the below folders when cataloguing the server.
"cat_exclude_folders": [".svn", ".git"]
}
3 changes: 3 additions & 0 deletions RemoteEdit.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
"mp3", "wav", "bz", "pyc", "ico", "bz2", "bz"
],

// Don't list files with these extensions in the quick panel or the fuzzy find
"dont_list_ext": [],

// Don't include files or folders with any of these names in the catalogue.
// This reduces the size of the catalogue by over half and ensures that
// these files don't come up when searching.
Expand Down

0 comments on commit a80a0cb

Please sign in to comment.