Created
October 10, 2018 18:38
-
-
Save rivenvirus/083bb96e8c77590853f07f4a0051b95d to your computer and use it in GitHub Desktop.
Wordpress GIT Ignore
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
| ### VSCode | |
| .vscode/ | |
| ### WordPress | |
| /* | |
| !wp-content/ | |
| !wp-config.php | |
| !.htaccess | |
| !.gitignore | |
| wp-content/* | |
| !wp-content/mu-plugins/ | |
| !wp-content/plugins/ | |
| !wp-content/themes/ | |
| !wp-content/languages/ | |
| wp-content/languages/* | |
| !wp-content/languages/plugins/ | |
| !wp-content/languages/themes/ | |
| ### FILESYSTEM | |
| **/.DS_Store |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment