Remove ignore for git files (#1099)

This commit is contained in:
Glenn Jocher 2020-11-27 01:30:37 +01:00 committed by GitHub
parent f78f991a74
commit 152f50e8f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
# Repo-specific DockerIgnore -------------------------------------------------------------------------------------------
# .git
#.git
.cache
.idea
runs
@ -8,8 +8,6 @@ coco
storage.googleapis.com
data/samples/*
!data/samples/zidane.jpg
!data/samples/bus.jpg
**/results*.txt
*.jpg
@ -20,8 +18,6 @@ data/samples/*
**/*.onnx
**/*.mlmodel
**/*.torchscript
**/darknet53.conv.74
**/yolov3-tiny.conv.15
# Below Copied From .gitignore -----------------------------------------------------------------------------------------
@ -114,9 +110,9 @@ celerybeat-schedule
.env
# virtualenv
.venv
venv/
ENV/
.venv*
venv*/
ENV*/
# Spyder project settings
.spyderproject