Advertisement
Guest User

Untitled

a guest
May 24th, 2015
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. # This is a template .gitignore file for git-managed Prestashop projects. Inspired by micahwalter wordpress gitignore
  2.  
  3. #Ignore ds_store
  4. *.DS_Store
  5.  
  6.  
  7. # Ignore everything in the root except modules, themes and override.
  8. /*
  9. !modules/
  10. !themes/
  11. !override/
  12.  
  13.  
  14. # Ignore everything in the "plugins" directory, except the plugins you
  15. # specify (see the commented-out examples for hints on how to do this.)
  16.  
  17. #modules/*
  18. # !modules/my-directory-plugin/
  19.  
  20. # Ignore everything in the "themes" directory, except the themes you
  21. # specify (see the commented-out example for a hint on how to do this.)
  22.  
  23. #themes/*
  24. #!themes/my-theme/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement