This repository was archived by the owner on Sep 6, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Thumbs.db
2323# ignore everything in the dev extension directory EXCEPT the README
2424# (so that the directory is non-empty and can be in git)
2525/src /extensions /dev /*
26- ! /src /extensions /dev /README
26+ ! /src /extensions /dev /README. *
2727
2828/src /extensions /disabled
2929
Original file line number Diff line number Diff line change 1+ # Brackets Default Extensions
2+
3+ This directory contains extensions that ship with <strong >Brackets</strong > and are enabled
4+ by default. Examples include extensions for QuickOpen.
5+
6+ (<code >README.md</code > serves as a dummy file so this directory can be added to git.)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ # Brackets Dev Extensions
2+
3+ This directory contains extensions that are being developed. User-installed
4+ extensions are placed in the "user" extensions directory, which can be accessed
5+ by running the <code >Help > Show Extensions Folder</code > menu command. The contents of
6+ this directory (except the <code >README.md</code > file) are ignored by git.
7+
8+ (<code >README.md</code > also serves as a dummy file so this directory can be added to git.)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- This directory contains extensions that should be disabled by default, but
1+ # Brackets Example Extensions
2+
3+ This directory contains extensions that should be disabled by default, but
24that we want to add to the repo. This might include things like examples and
35test cases.
46
5- (README also serves as a dummy file so this directory can be added to git.)
7+ (< code > README.md</ code > also serves as a dummy file so this directory can be added to git.)
You can’t perform that action at this time.
0 commit comments