PageRenderTime 19ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 0ms

/.gitignore

https://code.google.com/
gitignore | 39 lines | 23 code | 8 blank | 8 comment | 0 complexity | 1afa3d5f9fe2922c42242d2f5dd1ea66 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1
  1. # MAC
  2. .DS_Store
  3. # Git
  4. *.diff
  5. *.patch
  6. # Sublime 2
  7. sftp-config*
  8. # Config OSClass
  9. config.php
  10. oc-includes/osclass/t/config.php
  11. .maintenance
  12. # oc-content
  13. oc-content/debug*.log
  14. oc-content/queries.log
  15. oc-content/explain_queries.log
  16. oc-content/uploads/*
  17. oc-includes/osclass/t/config.php
  18. oc-content/plugins/lopd/admin_user.php
  19. oc-content/plugins/lopd/ajax.php
  20. oc-inlcudes/simpletest/test/osclass/custom_config.php
  21. #themes
  22. oc-content/themes/*
  23. !oc-content/themes/modern/
  24. #plugins
  25. oc-content/plugins/*
  26. !oc-content/plugins/index.php
  27. !oc-content/plugins/google_analytics/
  28. !oc-content/plugins/google_maps/
  29. # Others
  30. .htaccess
  31. dist