mirror of
git://git.yoctoproject.org/layerindex-web.git
synced 2025-07-19 12:49:01 +02:00
.gitignore: add a few more files
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>
This commit is contained in:
parent
86682be25d
commit
36427bdf9d
10
.gitignore
vendored
10
.gitignore
vendored
|
@ -8,3 +8,13 @@ venv/
|
||||||
static/
|
static/
|
||||||
layers/
|
layers/
|
||||||
logs/
|
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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user