Skip to content

Commit

Permalink
Improve config.js handling in .gitignore
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kevinansfield committed Jan 13, 2016
1 parent 22206f4 commit 63224b8
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,7 @@ CHANGELOG.md
/core/test/functional/*.png
/core/test/coverage

config.js
/core/client/config.js
!/core/client/app/mirage/config.js
!/core/client/app/services/config.js
/config.js

# Built asset files
/core/built
Expand Down

0 comments on commit 63224b8

Please sign in to comment.