Skip to content

Instantly share code, notes, and snippets.

@AJ-Acevedo
Created October 6, 2013 22:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AJ-Acevedo/6859779 to your computer and use it in GitHub Desktop.
Save AJ-Acevedo/6859779 to your computer and use it in GitHub Desktop.
Example .gitignore file for WordPress with customized plugins, and files to include in the root directory.
# Ignore everything
*
# Ignore everything except
!.gitignore
!.htaccess
!Gruntfile.js
!/lists/
!/lists/*
!/lists/*/*
!/lists/*/*/*
!/lists/*/*/*/*
!/lists/*/*/*/*/*
!package.json
!README.md
!/wp-content/
!/wp-content/plugins/
!/wp-content/plugins/instapress/
!/wp-content/plugins/instapress/*
!/wp-content/plugins/instapress/*/*
!/wp-content/plugins/instapress/*/*/*
!/wp-content/plugins/ovr_functions/
!/wp-content/plugins/ovr_functions/*
!/wp-content/themes/
!/wp-content/themes/quark/
!/wp-content/themes/quark/*
!/wp-content/themes/quark/*/*
!/wp-content/themes/quark/*/*/*
!/wp-content/themes/quark/*/*/*/*
!/wp-content/themes/quark/*/*/*/*/*
.DS_Store
node_modules
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment