Last active
October 8, 2015 12:18
-
-
Save jeffjrare/9de30955cc5674f6b5e6 to your computer and use it in GitHub Desktop.
SugarCRM .gitignore
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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