Projet

Général

Profil

0001-trivial-add-untracked-files-to-.gitignore-62568.patch

Corentin Séchet, 09 mars 2022 08:32

Télécharger (762 octets)

Voir les différences:

Subject: [PATCH] trivial: add untracked files to .gitignore (#62568)

 .gitignore | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)
.gitignore
1
**/*.css.map
2
**/django.mo
1 3
*.pyc
2
local_settings.py
4
.coverage
3 5
/wcs/qommon/static/css/dc2/admin.css
4 6
/wcs/qommon/static/css/qommon.css
7
MANIFEST
8
build/
9
coverage.xml
10
data/themes/publik-base
11
htmlcov/
12
junit-py3-django22-codestyle-pylint-coverage.xml
13
local_settings.py
14
pylint.out
15
wcs.egg-info/
5
-