What is the purpose of a .gitignore file in a Ruby project?
A. To specify the project's license
B. To specify the dependencies for the project
C. To specify files and directories that should be ignored by Git
D. To specify the Ruby version for the project
Answer: Option C

Join The Discussion