Which file in a Git repository typically contains a list of files to be ignored?

  • .gitignore
  • .gitexclude
  • .ignore
  • .exclude
The file that contains a list of files to be ignored in a Git repository is .gitignore. Developers use this file to specify patterns of files and directories that should be excluded from version control.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *