GitHub Best Practices
Use .gitignore
Use a .gitignore
file in the root of every repo to exclude files that should never be committed.
Here’s an example of the .gitignore
from our documentation repository.
themes/cloudposse/static/css/* themes/cloudposse/static/js/* static/webfonts/* static/css/* static/js/*