mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-08 02:52:39 -05:00
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
This commit is contained in:
parent
22206f4b4f
commit
63224b857b
1 changed files with 1 additions and 4 deletions
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue