Skip to content

Instantly share code, notes, and snippets.

@jeffjrare
Last active October 8, 2015 12:18
Show Gist options
  • Save jeffjrare/9de30955cc5674f6b5e6 to your computer and use it in GitHub Desktop.
Save jeffjrare/9de30955cc5674f6b5e6 to your computer and use it in GitHub Desktop.
SugarCRM .gitignore
# Ignore the cache directory completely.
# This will break the current behaviour. Which was often leading to
# the misuse of the repository as backup replacement.
# For development the cache directory can be safely ignored and
# therefore it is ignored.
/cache/
# Custom configuration should also be ignored.
/config.php
/config_override.php
# Logs files can safely be ignored.
*.log
# Ignore the new upload directories.
/upload/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment