ForbodingAngel

Untitled

Aug 5th, 2014
260
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. # gitignore all but my theme folder
  2. !wordpress/
  3. wordpress/*
  4. !wordpress/wp-content/
  5. wordpress/wp-content/*
  6. !wordpress/wp-content/themes/
  7. wordpress/wp-content/themes/*
  8. !wordpress/wp-content/themes/my-theme/
  9. wordpress/wp-content/themes/my-theme/.DS_Store
  10. wordpress/wp-content/themes/my-theme/*/.DS_Store
  11. wordpress/wp-content/themes/my-theme/*/*/.DS_Store
  12. wordpress/wp-content/themes/my-theme/.sass-cache
  13. wordpress/wp-content/themes/my-theme/node_modules
Advertisement
Add Comment
Please, Sign In to add comment