Advertisement
Guest User

Untitled

a guest
Sep 19th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. #os or program files
  2. .DS_Store
  3. .tmproj
  4.  
  5. #ignore main and secondary sites' index.php and admin.php files
  6. /index.php
  7. /admin.php
  8. /*/index.php
  9. /*/admin.php
  10.  
  11.  
  12. .gitignore
  13. .htaccess
  14. .ftpquota
  15. path.php
  16.  
  17. #EE system folder
  18. system/config.php
  19. system/cache/*
  20. system/hermes/cache/*
  21. system/cache/*_cache
  22.  
  23. #other folders
  24. /uploads
  25.  
  26. #Images folder
  27. images/uploads/*
  28. images/sized/*
  29. images/captchas/
  30. images/member_photos/*.jpg
  31. images/member_photos/*.jpeg
  32. images/member_photos/*.png
  33. images/member_photos/*.gif
  34. images/forum_attachments/*
  35.  
  36. system/plugins/pi.md_autoversion.php
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement