An open API service indexing awesome lists of open source software.

https://github.com/danielmahon/brackets-opengitignore

This extension will try to find and open the .gitignore file which Brackets hides by default.
https://github.com/danielmahon/brackets-opengitignore

Last synced: about 1 year ago
JSON representation

This extension will try to find and open the .gitignore file which Brackets hides by default.

Awesome Lists containing this project

README

          

#Open .gitignore

Simple extension for [Brackets](http://brackets.io/).

Should work on all Brackets platforms (Win, Mac, Linux).

##Install from URL

1. Open the the Extension Manager from the File menu
2. Copy paste the URL of the github repo or zip file

##Install from file system

1. Download this extension using the ZIP button above and unzip it.
2. Copy it in Brackets' `/extensions/user` folder by selecting `Help > Show Extension Folder` in the menu.
3. Reload Brackets.

##Usage

Right-click in the file explorer and select "Open .gitignore".

If you select a file, it will look in the parent directory for the ".gitignore".
If you select a folder, it will look inside that folder.
If you select nothing, it will look in the project root.