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.
- Host: GitHub
- URL: https://github.com/danielmahon/brackets-opengitignore
- Owner: danielmahon
- Created: 2014-03-14T17:05:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T15:01:42.000Z (over 3 years ago)
- Last Synced: 2024-04-25T11:43:47.249Z (about 2 years ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.