mobadara commited on
Commit
46b4f99
·
unverified ·
1 Parent(s): de036c0

Remove quick git fix instructions from README

Browse files

Removed instructions for updating .gitignore regarding chest_xray_data.

Files changed (1) hide show
  1. datasets/README.md +0 -7
datasets/README.md CHANGED
@@ -39,10 +39,3 @@ dataset/
39
 
40
  ⚠️ Important: Ensure that dataset/chest_xray_data/ is included in your project's .gitignore file to prevent pushing large image files to GitHub.
41
 
42
-
43
- ### The Quick Git Fix
44
- Since we just mentioned it in the README, take five seconds right now to make sure your `.gitignore` file at the root of your project has this line in it:
45
-
46
- ```text
47
- dataset/chest_xray_data/
48
- ```
 
39
 
40
  ⚠️ Important: Ensure that dataset/chest_xray_data/ is included in your project's .gitignore file to prevent pushing large image files to GitHub.
41