Information

Author(s) Mathieu Jadin
Deadline No deadline
Submission limit No limitation

Sign in

Git: Choosing files to synchronize


Download the archive which already contains a cloned repository in the subfolder clone. Add the file .gitignore to prevent the synchronization of binary files (i.e. files with extensions .o, .javac), the configuration files of the IDE Jetbrains (in the folder ./idea). For this exercise, this file must belong to the working directory, therefore do not move it to the staging zone or the history.

Afterwards, zip the whole folder and upload it. " Your submission needs to respect the following hierarchy:

git-gitignore/
├── bare.git/
|   └── [...]
└── clone/
    └── [...]

Max file size: 1.0 MiB
Allowed extensions: .zip