July 2018
Intermediate to advanced
354 pages
10h 57m
English
A wide range of files are commonly ignored, for example, to avoid accidentally adding text editor backup files, *.swp, *~., and *.bak are commonly ignored. If you are working on a Java project, you might add *.class, *.jar, and *.war to your .gitignore and *.o, *.elf, and *.lib if you are working on a C project. GitHub has a repository dedicated to collect Git ignore files for different programming languages and editors/IDEs. You can find it at: https://github.com/github/gitignore.
Read now
Unlock full access