Last active
June 8, 2017 14:41
-
-
Save renanlara/4d1d70ea9b44296f4ab90da39867d89d to your computer and use it in GitHub Desktop.
Example .gitignore of WordPress with Odin Framework
This file contains 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
# 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