Closed
Description
Current behavior / Resultado actual / Résultat actuel
A bunch of file are considered as modified by git even if I haven't touch them:
app/bootstrap.php.cache
web/assets/elfinder/*
web/assets/jquery-ui/*
Expected behavior / Resultado esperado / Résultat attendu
A clean working history.
Most of them are generated files (min.css, binaries and so on). Though some of them are both modified by someone (git blame) and auto changed.
Steps to reproduce / Pasos para reproducir / Étapes pour reproduire
- Clone master branch
- Install chamilo
- Launch it.
git status
Chamilo Version / Versión de Chamilo / Version de Chamilo
2.0
Correction
To correct it I would add all of this to .gitignore
but since some of them have been modified by a dev, I'm not sure that the right thing to do.
( cc @moy)
Metadata
Metadata
Assignees
Labels
No labels