Spaces:
Sleeping
Sleeping
Remove quick git fix instructions from README
Browse filesRemoved instructions for updating .gitignore regarding chest_xray_data.
- 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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|