brackets-userland / brackets-git

brackets-git — git extension for adobe/brackets
Other
656 stars 193 forks source link

Missing ".git/info/excludes" support #1271

Open FezVrasta opened 8 years ago

FezVrasta commented 8 years ago

Brackets Git doesn't include the directives stored inside .git/info/excludes, it should add them to the list of gitignore directives.

Git Tower (and other Git IDEs) all have support for it and allow to edit it, I'd love to have at least a basic support for it (making Brackets Git ignore the files inside .git/info/excludes).

Here some more info about how it works: