update docs for added default ignored dir '.git'

This commit is contained in:
2024-04-26 12:38:45 +01:00
parent 71092daee0
commit ebc7a2599d
2 changed files with 6 additions and 2 deletions

View File

@@ -22,10 +22,12 @@ Optionally, you can inspect the submissions for identical files (by generating a
- `__MACOSX` (macOS system generated files) - `__MACOSX` (macOS system generated files)
- `vendor` (composer / laravel) - `.git` (git repo files)
- `node_modules` (npm) - `node_modules` (npm)
- `vendor` (composer / laravel)
- Deletes each compressed file after successful extraction into student directory - Deletes each compressed file after successful extraction into student directory
- Organises per student any remaining individually submitted files - Organises per student any remaining individually submitted files

View File

@@ -30,10 +30,12 @@ Ignored directories by default:
- `__MACOSX` (macOS system generated files) - `__MACOSX` (macOS system generated files)
- `vendor` (composer / laravel) - `.git` (git repo files)
- `node_modules` (npm) - `node_modules` (npm)
- `vendor` (composer / laravel)
## **Download gradebook** ## **Download gradebook**
1. Go to the course page on Blackboard 1. Go to the course page on Blackboard