Skip to content

Instantly share code, notes, and snippets.

@tannerhodges
Created May 21, 2019 14:48
Show Gist options
  • Save tannerhodges/8e2639c3a84ff37167c849a01549911a to your computer and use it in GitHub Desktop.
Save tannerhodges/8e2639c3a84ff37167c849a01549911a to your computer and use it in GitHub Desktop.
# 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