Last active
December 29, 2018 17:17
-
-
Save bashbaugh/77718a1bf9f981af2da3e3fb88e04bfc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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