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 ------------------------------------------------------------------------------------------- # 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