Skip to content

Instantly share code, notes, and snippets.

@sethwhitaker
Created January 14, 2019 22:41
Show Gist options
  • Save sethwhitaker/43ed493d4c94c31ffc36ff22deeb7a8d to your computer and use it in GitHub Desktop.
Save sethwhitaker/43ed493d4c94c31ffc36ff22deeb7a8d to your computer and use it in GitHub Desktop.
.DS_Store
#Node Modules Folder
node_modules/
# Ignore everything in the root except the "wp-content" directory.
/*
!.gitignore
!.gitattributes
!gulpfile.js
!package.json
!composer.json
!webpack.mix.js
!README.md
!wp-content/
# Ignore everything in the "wp-content" directory, except the "plugins" and "themes" directories.
wp-content/*
!wp-content/themes/
# Ignore everything in the "themes" directory, except the themes you specify
wp-content/themes/*
!wp-content/themes/<theme>/
#SASS
wp-content/themes/<theme>/*.map
wp-content/themes/<theme>/vender
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment