Gitignore
Gitignore plugin for Sublime Text 2 and 3
Details
Installs
- Total 57K
- Win 19K
- Mac 22K
- Linux 16K
Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 4 | 3 | 0 | 4 | 3 | 5 | 5 | 4 | 2 | 4 | 3 | 2 | 2 | 6 | 2 | 6 | 7 | 5 | 2 | 4 | 4 | 2 | 3 | 2 | 1 | 3 | 2 | 2 | 6 | 3 | 4 | 4 | 3 | 0 | 2 | 12 | 6 | 3 | 1 | 7 | 2 | 4 | 4 | 4 | 5 | 3 |
Mac | 0 | 0 | 2 | 0 | 1 | 1 | 5 | 3 | 1 | 2 | 2 | 2 | 5 | 1 | 7 | 9 | 5 | 3 | 3 | 5 | 2 | 3 | 2 | 0 | 2 | 5 | 1 | 1 | 3 | 5 | 3 | 7 | 5 | 7 | 3 | 6 | 0 | 2 | 3 | 2 | 4 | 1 | 2 | 4 | 1 | 7 |
Linux | 0 | 1 | 2 | 1 | 0 | 0 | 0 | 2 | 1 | 7 | 0 | 3 | 2 | 1 | 3 | 1 | 3 | 2 | 1 | 2 | 2 | 4 | 0 | 1 | 2 | 1 | 1 | 5 | 4 | 0 | 1 | 2 | 1 | 1 | 5 | 4 | 0 | 2 | 3 | 3 | 3 | 2 | 2 | 2 | 1 | 1 |
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.