culTest

    One of the 100 questions in this topic

    How much do you know about Git and Version Control?

    Which file is used to manage ignored files in Git?

    Answers

    .gitignoreCorrect
    README.md
    config.yml
    .env

    The .gitignore file is used to specify which files or folders Git should ignore.