Skip to content

Instantly share code, notes, and snippets.

@rivenvirus
Created October 10, 2018 18:38
Show Gist options
  • Save rivenvirus/083bb96e8c77590853f07f4a0051b95d to your computer and use it in GitHub Desktop.
Save rivenvirus/083bb96e8c77590853f07f4a0051b95d to your computer and use it in GitHub Desktop.
Wordpress GIT Ignore
### 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