From ebc7a2599da17dabfb2e27626d548035fc709355 Mon Sep 17 00:00:00 2001 From: vangef Date: Fri, 26 Apr 2024 12:38:45 +0100 Subject: [PATCH] update docs for added default ignored dir '.git' --- docs/README.md | 4 +++- docs/instructions.md | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 3fe03a0..b8f442e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -22,10 +22,12 @@ Optionally, you can inspect the submissions for identical files (by generating a - `__MACOSX` (macOS system generated files) - - `vendor` (composer / laravel) + - `.git` (git repo files) - `node_modules` (npm) + - `vendor` (composer / laravel) + - Deletes each compressed file after successful extraction into student directory - Organises per student any remaining individually submitted files diff --git a/docs/instructions.md b/docs/instructions.md index ea21a64..99f70a1 100644 --- a/docs/instructions.md +++ b/docs/instructions.md @@ -30,10 +30,12 @@ Ignored directories by default: - `__MACOSX` (macOS system generated files) -- `vendor` (composer / laravel) +- `.git` (git repo files) - `node_modules` (npm) +- `vendor` (composer / laravel) + ## **Download gradebook** 1. Go to the course page on Blackboard