瀏覽代碼

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>
modifyDataloader
Pascal Maillard GitHub 2 年之前
父節點
當前提交
922fbd8209
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 5 行新增1 行删除
  1. +5
    -1
      .gitignore

+ 5
- 1
.gitignore 查看文件

@@ -26,7 +26,11 @@
storage.googleapis.com
runs/*
data/*
!data/hyps/*
data/images/*
!data/*.yaml
!data/hyps
!data/scripts
!data/images
!data/images/zidane.jpg
!data/images/bus.jpg
!data/*.sh

Loading…
取消
儲存