ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Gitignored File Excluder

Sublime plugin that excludes from your Sublime project any files ignored by git

Details

  • 1.2.0
  • github.​com
  • github.​com
  • 10 years ago
  • 42 minutes ago
  • 10 years ago

Installs

  • Total 13K
  • Win 3K
  • Mac 7K
  • Linux 3K
Dec 26 Dec 25 Dec 24 Dec 23 Dec 22 Dec 21 Dec 20 Dec 19 Dec 18 Dec 17 Dec 16 Dec 15 Dec 14 Dec 13 Dec 12 Dec 11 Dec 10 Dec 9 Dec 8 Dec 7 Dec 6 Dec 5 Dec 4 Dec 3 Dec 2 Dec 1 Nov 30 Nov 29 Nov 28 Nov 27 Nov 26 Nov 25 Nov 24 Nov 23 Nov 22 Nov 21 Nov 20 Nov 19 Nov 18 Nov 17 Nov 16 Nov 15 Nov 14 Nov 13 Nov 12
Windows 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0
Mac 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 3 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 1 0 0 0 0 0 0 1 1 0 0 1 2 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

sublime-gitignorer

Sublime plugin that excludes from your Sublime project any files ignored by git.

Created as a solution to http://stackoverflow.com/questions/18482976/tell-sublime-text-to-ignore-everything-in-gitignore

Usage instructions:

  • Install the plugin via Package Control by following these steps:
    • Press CTRL+SHIFT+P (CMD+SHIFT+P on Mac)
    • Select “Install Package”
    • Search for the Gitignored File Excluder and press Enter.
  • sublime-gitignorer will regularly check all your open folders for files that are ignored by Git and update your "file_exclude_patterns" and "folder_exclude_patterns" settings in Sublime to match the list of files and folders ignored by Git.
  • After you create a new Git-ignored file or update your .gitignore files, the files should be hidden from your project within 5 seconds.
  • Since the "file_exclude_patterns" and "folder_exclude_patterns" settings are now being managed programatically, if you want to manually set file or folder exclusion patterns in sublime, you can use the "extra_file_exclude_patterns" and "extra_folder_exclude_patterns" settings. Any file paths you list in here will automatically be included in your "file_exclude_patterns" and "folder_exclude_patterns" in addition to Git-ignored paths.
  • If you already have "file_exclude_patterns" or "folder_exclude_patterns" set, there is no need to back them up prior to installing this plugin; they will be automatically migrated to the "extra_file_exclude_patterns" and "extra_folder_exclude_patterns" settings on first launch.

Currently tested on Ubuntu and Windows in Sublime Text 2 and Sublime Text 3. I haven't tested on Mac yet but it should work there too.