culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    What is a .gitignore file?

    Answers

    A file containing Git configuration
    A file that lists files and directories Git should ignoreCorrect
    A file that stores access credentials
    A file that records Git errors

    A .gitignore file intentionally specifies files and directories that Git should ignore and not track. It is useful for excluding generated files, dependencies, local config files, and other elements that should not be part of the repository.