0
Fork 0
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:
Kevin Ansfield 2016-01-13 11:17:06 +00:00
parent 22206f4b4f
commit 63224b857b

5
.gitignore vendored
View file

@ -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