SugarCRM 734 B

1234567891011121314151617181920212223242526
  1. ## SugarCRM
  2. # Ignore custom .htaccess stuff.
  3. /.htaccess
  4. # Ignore the cache directory completely.
  5. # This will break the current behaviour. Which was often leading to
  6. # the misuse of the repository as backup replacement.
  7. # For development the cache directory can be safely ignored and
  8. # therefore it is ignored.
  9. /cache/
  10. # Ignore some files and directories from the custom directory.
  11. /custom/history/
  12. /custom/modulebuilder/
  13. /custom/working/
  14. /custom/modules/*/Ext/
  15. /custom/application/Ext/
  16. # Custom configuration should also be ignored.
  17. /config.php
  18. /config_override.php
  19. # The silent upgrade scripts aren't needed.
  20. /silentUpgrade*.php
  21. # Logs files can safely be ignored.
  22. *.log
  23. # Ignore the new upload directories.
  24. /upload/
  25. /upload_backup/