mirror of
https://github.com/ultralytics/yolov5.git
synced 2025-06-03 14:49:29 +08:00
fix .gitignore not tracking existing folders (#5946)
* fix .gitignore not tracking existing folders fix .gitignore so that the files that are in the repository are actually being tracked. Everything in the data/ folder is ignored, which also means the subdirectories are ignored. Fix so that the subdirectories and their contents are still tracked. * Remove data/trainings Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>
This commit is contained in:
parent
c45f9f678d
commit
922fbd8209
6
.gitignore
vendored
6
.gitignore
vendored
@ -26,7 +26,11 @@
|
|||||||
storage.googleapis.com
|
storage.googleapis.com
|
||||||
runs/*
|
runs/*
|
||||||
data/*
|
data/*
|
||||||
!data/hyps/*
|
data/images/*
|
||||||
|
!data/*.yaml
|
||||||
|
!data/hyps
|
||||||
|
!data/scripts
|
||||||
|
!data/images
|
||||||
!data/images/zidane.jpg
|
!data/images/zidane.jpg
|
||||||
!data/images/bus.jpg
|
!data/images/bus.jpg
|
||||||
!data/*.sh
|
!data/*.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user