culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What is the purpose of the .gitignore file?

    Answers

    To ignore changes in the repository
    To specify files that Git should ignoreCorrect
    To save Git configuration
    To control file versions

    The .gitignore file is used to specify files and folders that Git must ignore.