Skip to content

Files generated not in gitignore #1880

Closed
@sjcqs

Description

@sjcqs

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

  1. Clone master branch
  2. Install chamilo
  3. Launch it.
  4. 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions