Git While You Sit 2 - .gitignore
Using
.gitignore
to exclude build artifacts from your repository..gitignore
to exclude build artifacts from your repository.git add -p
to eliminate those pesky printf
-debugging statements.