From 6462c25f11f15220a9940a621d22adfb6bc25f41 Mon Sep 17 00:00:00 2001
From: yilun_jin <jyl.jal123@gmail.com>
Date: Fri, 22 Mar 2024 05:26:24 +0000
Subject: [PATCH] Update docs/submission.md

---
 docs/submission.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/submission.md b/docs/submission.md
index 83f3f42..f29ecbd 100644
--- a/docs/submission.md
+++ b/docs/submission.md
@@ -32,6 +32,7 @@ Your project should follow the structure outlined in the starter kit. Here’s a
 
 ```
 .
+├── .dockerignore                   # Please specify the paths to your model checkpoints so that the large files won't be built into the docker image. 
 ├── README.md                       # Project documentation and setup instructions
 ├── aicrowd.json                    # Submission meta information - like your username, track name
 ├── data
-- 
GitLab