Created
July 10, 2017 15:25
-
-
Save jeremyboggs/63d0a29bad753d21027127b6c392c9f3 to your computer and use it in GitHub Desktop.
.gitignore
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
# For Mac | |
.DS_Store | |
# For VIM | |
.*.sw* | |
*~ | |
# SASS stuff | |
.sass-cache | |
# Vagrant | |
.vagrant | |
Vagrantfile | |
# Bundler | |
.bundle | |
# Misc | |
tmp | |
# DOTENV | |
.env | |
#WordPress | |
.htaccess | |
wp-config.php | |
wp-content/* | |
# Jekyll | |
_site/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment