Skip to content
This repository was archived by the owner on Sep 22, 2025. It is now read-only.

4.5 .gitignore

David Samuel edited this page Nov 16, 2023 · 2 revisions

The policy

Utilise a .gitignore file to specify which files or directories should be ignored by Git to prevent unnecessary files from being committed to the repository.

Implementation

Clone this wiki locally