mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-04 20:54:47 +02:00

Try to cleanup the typical uncommitted files list. The added files: * The .json files are generated when running in development mode * requirements* are generated by check_requirements.sh * The others relate to dockersetup.sh Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
21 lines
300 B
Plaintext
21 lines
300 B
Plaintext
*.pyc
|
|
*.db3
|
|
*.swp
|
|
.pytest_cache
|
|
venv/
|
|
*.sql
|
|
*.sql.gz
|
|
static/
|
|
layers/
|
|
logs/
|
|
docker/certs/
|
|
categories.json
|
|
confusables.json
|
|
.dockersetup-options
|
|
docker/nginx-ssl-edited.conf
|
|
requirements.txt.diff
|
|
requirements.txt.updated
|
|
requirements_outdated.txt
|
|
requirements_safety_check.txt
|
|
requirements_deptree.txt
|