Created
May 21, 2019 14:48
-
-
Save tannerhodges/8e2639c3a84ff37167c849a01549911a 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
# https://help.github.com/articles/ignoring-files | |
# https://github.com/github/gitignore | |
#=================# | |
# Compiled source # | |
#=================# | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
#==========# | |
# Packages # | |
#==========# | |
# It's better to unpack these files and commit the raw source | |
# git has its own built in compression methods | |
*.7z | |
*.dmg | |
*.gz | |
*.iso | |
*.jar | |
*.rar | |
*.tar | |
# *.zip | |
#====================# | |
# Logs and databases # | |
#====================# | |
*.log | |
#====================# | |
# OS generated files # | |
#====================# | |
._* | |
.DS_Store | |
.DS_Store? | |
.share_info | |
.Spotlight-V100 | |
.Trashes | |
ehthumbs.db | |
Icon | |
Thumbs.db | |
#===================# | |
# Development files # | |
#===================# | |
*.sublime-* | |
*.code-workspace | |
.idea/ | |
.jekyll-metadata | |
.sass-cache | |
.vscode/ | |
_ide_helper.php | |
node_modules | |
#===============# | |
# Miscellaneous # | |
#===============# | |
*_tanner_misc* | |
sitespeed-result/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment