Skip to content

Instantly share code, notes, and snippets.

@bashbaugh
Last active December 29, 2018 17:17
Show Gist options
  • Select an option

  • Save bashbaugh/77718a1bf9f981af2da3e3fb88e04bfc to your computer and use it in GitHub Desktop.

Select an option

Save bashbaugh/77718a1bf9f981af2da3e3fb88e04bfc to your computer and use it in GitHub Desktop.
# An example .gitignore file
# You can use * to indicate any string of characters
# Git will ignore any files or directories that match the list below, when you run the git add . command.
*.log
*.pyc
*.swp
*.*swp
/credentials
/venv
*/.DS_Store
ignorethisfile.*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment