Remove ignore for git files (#1099)
This commit is contained in:
parent
f78f991a74
commit
152f50e8f9
@ -1,5 +1,5 @@
|
|||||||
# Repo-specific DockerIgnore -------------------------------------------------------------------------------------------
|
# Repo-specific DockerIgnore -------------------------------------------------------------------------------------------
|
||||||
# .git
|
#.git
|
||||||
.cache
|
.cache
|
||||||
.idea
|
.idea
|
||||||
runs
|
runs
|
||||||
@ -8,8 +8,6 @@ coco
|
|||||||
storage.googleapis.com
|
storage.googleapis.com
|
||||||
|
|
||||||
data/samples/*
|
data/samples/*
|
||||||
!data/samples/zidane.jpg
|
|
||||||
!data/samples/bus.jpg
|
|
||||||
**/results*.txt
|
**/results*.txt
|
||||||
*.jpg
|
*.jpg
|
||||||
|
|
||||||
@ -20,8 +18,6 @@ data/samples/*
|
|||||||
**/*.onnx
|
**/*.onnx
|
||||||
**/*.mlmodel
|
**/*.mlmodel
|
||||||
**/*.torchscript
|
**/*.torchscript
|
||||||
**/darknet53.conv.74
|
|
||||||
**/yolov3-tiny.conv.15
|
|
||||||
|
|
||||||
|
|
||||||
# Below Copied From .gitignore -----------------------------------------------------------------------------------------
|
# Below Copied From .gitignore -----------------------------------------------------------------------------------------
|
||||||
@ -114,9 +110,9 @@ celerybeat-schedule
|
|||||||
.env
|
.env
|
||||||
|
|
||||||
# virtualenv
|
# virtualenv
|
||||||
.venv
|
.venv*
|
||||||
venv/
|
venv*/
|
||||||
ENV/
|
ENV*/
|
||||||
|
|
||||||
# Spyder project settings
|
# Spyder project settings
|
||||||
.spyderproject
|
.spyderproject
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user