Skip to content

Commit 63224b8

Browse files
committed
Improve config.js handling in .gitignore
no issue - all `config.js` files were ignored in git, this was causing issues in editors (well, Atom at least) where application files called `config.js` were being excluded from file lists and search/fuzzy finder. This change updates .gitignore to only ignore the root `config.js` file which is now the only file that is customised per-install
1 parent 22206f4 commit 63224b8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.gitignore

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,7 @@ CHANGELOG.md
5858
/core/test/functional/*.png
5959
/core/test/coverage
6060

61-
config.js
62-
/core/client/config.js
63-
!/core/client/app/mirage/config.js
64-
!/core/client/app/services/config.js
61+
/config.js
6562

6663
# Built asset files
6764
/core/built

0 commit comments

Comments
 (0)