Skip to content

Instantly share code, notes, and snippets.

@renanlara
Last active June 8, 2017 14:41
Show Gist options
  • Save renanlara/4d1d70ea9b44296f4ab90da39867d89d to your computer and use it in GitHub Desktop.
Save renanlara/4d1d70ea9b44296f4ab90da39867d89d to your computer and use it in GitHub Desktop.
Example .gitignore of WordPress with Odin Framework
# Global
._*
*.log
.AppleDouble
.DS_Store
.localized
.LSOverride
.Spotlight-V100
.Trashes
Icon
Desktop.ini
ehthumbs.db
Thumbs.db
*~
TAGS
tags
.*.sw[a-z]
.netrwhist
*.un~
Session.vim
*.sublime-project
*.sublime-workspace
*.sublime-projectcompletions
*.tmproj
*.tmproject
tmtags
nbproject/*
# WordPress
wp-content/themes/twentyfifteen/
wp-content/themes/twentyfourteen/
wp-content/themes/twentysixteen/
wp-content/themes/twentyseventeen/
# Project
wp-content/themes/odin/src/.sass-cache/*
wp-content/themes/odin/src/node_modules/*
wp-content/themes/odin/src/tmp/*
wp-content/themes/odin/odin.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment