-
-
Save synCRAUNicity/d7e52be09c8ac7ea8a28 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
| # This is a template .gitignore file for git-managed WordPress projects. | |
| # Ignores everything in the root except the theme you're working on. | |
| /* | |
| /*/ | |
| !/_tpl/ | |
| !/wordpress/ | |
| /wordpress/* | |
| !/wordpress/wp-content | |
| /wordpress/wp-content/* | |
| /wordpress/wp-content/plugins | |
| /wordpress/wp-content/themes/* | |
| !/wordpress/wp-content/themes/customtheme | |
| *.DS_Store | |
| *.gitignore | |
| # *.less | |
| # *.sql |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment