@muriel.schmidt
To ignore a directory named "?" in your .gitignore file, you can add the following line:
1
|
/?/ |
This will tell Git to ignore any directory named "?" in your repository. Make sure to save the .gitignore file after adding this line.