The _________ file in a Git repository lists files and directories that should be ignored.
- .gitattributes
- .gitconfig
- .gitignore
- .gitkeep
The .gitignore file is used to specify intentionally untracked files that Git should ignore. This can include build artifacts, temporary files, and other files that should not be included in version control.
Loading...
Related Quiz
- The ___________ is responsible for managing file system metadata and maintaining file system consistency.
- Describe the differences between a Layer 2 switch and a Layer 3 switch.
- The process of breaking down a large table into smaller tables and defining relationships between them is known as ___________.
- How does a priority queue differ from a regular queue?
- Which protocol is primarily used for transferring files over the internet?