Gitignore
Gitignore plugin for Sublime Text 2 and 3
Details
Installs
- Total 57K
- Win 19K
- Mac 22K
- Linux 16K
Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 4 | 4 | 2 | 2 | 5 | 4 | 2 | 4 | 5 | 0 | 1 | 4 | 3 | 4 | 7 | 3 | 2 | 5 | 1 | 5 | 0 | 1 | 3 | 0 | 3 | 2 | 3 | 2 | 3 | 4 | 0 | 1 | 7 | 2 | 0 | 3 | 4 | 0 | 1 | 3 | 2 | 1 | 3 | 6 | 3 |
Mac | 3 | 5 | 5 | 1 | 0 | 1 | 0 | 2 | 2 | 2 | 3 | 0 | 2 | 3 | 0 | 0 | 3 | 2 | 5 | 0 | 2 | 5 | 2 | 0 | 3 | 1 | 0 | 4 | 1 | 5 | 1 | 0 | 4 | 2 | 4 | 2 | 3 | 7 | 1 | 2 | 6 | 4 | 3 | 4 | 3 | 0 |
Linux | 2 | 3 | 2 | 5 | 3 | 1 | 3 | 2 | 3 | 0 | 3 | 2 | 3 | 4 | 4 | 7 | 2 | 0 | 3 | 2 | 1 | 4 | 2 | 2 | 1 | 0 | 1 | 1 | 3 | 2 | 4 | 0 | 0 | 1 | 0 | 2 | 5 | 4 | 2 | 4 | 4 | 3 | 2 | 2 | 2 | 2 |
Readme
- Source
- raw.githubusercontent.com
Sublime Text 2 and 3 Gitignore plug-in
Sublime Text 2 and 3 plug-in for fetching gitignore boilerplates from the collection of gitignore boilerplates by Github
How it works
Press Cmd + Shift + P
for Mac and Ctrl + Shift + P
for Linux/Windows
Write Gitignore
and select Gitignore: new gitignore
Then select the desired gitignore boilerplate.
Now select another boilerplate. When you are done, select Done
.
Save the newly open file as something.gitignore
and your done!
Installation
Install via package control
Or
Linux
git clone https://github.com/theadamlt/Sublime-Gitignore ~/.config/sublime-text-2/Packages/Gitignore
Windows
git clone https://github.com/theadamlt/Sublime-Gitignore %APPDATA%/Sublime\ Text\ 2/Packages/Gitignore
Mac
git clone https://github.com/theadamlt/Sublime-Gitignore ~/Library/Application\ Support/Sublime\ Text\ 2/Packages/Gitignore
The plugin is inspired by gibo so thanks to Simon Whitaker.