https://github.com/nikku/sublime-gitignorer
Let Sublime Text ignore git-ignored files.
https://github.com/nikku/sublime-gitignorer
Last synced: 3 months ago
JSON representation
Let Sublime Text ignore git-ignored files.
- Host: GitHub
- URL: https://github.com/nikku/sublime-gitignorer
- Owner: nikku
- Created: 2018-07-17T09:11:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-17T09:12:10.000Z (about 8 years ago)
- Last Synced: 2025-01-28T13:17:52.202Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gitignorer
A sublime text plugin that automatically excludes files from the current view that are excluded via `.gitignore`.
## Usage
Run the command
```
Gitignorer: Update Settings
```
## Credits
This plugin builds upon prior work done by [sublime-gitignorer](https://github.com/ExplodingCabbage/sublime-gitignorer). We don't update files via background check but provide the
command shown above to execute the update.
## License
MIT