In the context of software development, which types of files are typically ignored in your source control repository using a .gitignore file?
A. Compiled binaries
B. Source code files
C. Log files generated during runtime
D. Configuration files that are environment-specific
Choose the correct answer from the options given below:
1
B and D only
2
A and C only
3
B and C only
4
A and B only
5
Question Not Attempted