GitIgnore File for sugarcrm

Create a .gitignore file to tell git which files or folders to ignore in your sugarcrm project.

# Created by https://Shodkk.com/create-gitignore (Shantanu Bombatkar) SirDeploy Package
# It helps deploy fakeserver ReactApp on Heroku and Github Pages
#  Hope it helps || Thanks for Using SirDeploy Package

### SugarCRM ###
## SugarCRM
# Ignore custom .htaccess stuff.
/.htaccess
# 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/*
!/cache/index.html
# Ignore some files and directories from the custom directory.
/custom/history/
/custom/modulebuilder/
/custom/working/
/custom/modules/*/Ext/
/custom/application/Ext/
# Custom configuration should also be ignored.
/config.php
/config_override.php
# The silent upgrade scripts aren't needed.
/silentUpgrade*.php
# Logs files can safely be ignored.
*.log
# Ignore the new upload directories.
/upload/*
!/upload/index.html
/upload_backup/

 # Star the Repo https://github.com/shaantanu9/SirDeploy
# https://www.linkedin.com/in/shantanu-bombatkar/ 
# End of File
Download sugarcrm.gitignore

List Of Files and Folders That Get Ignored using this Gitignore code

Above Code Helps ignore following files from sugarcrm Project

Ignore custom .htaccess stuff.

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.

Ignore some files and directories from the custom directory.

Custom configuration should also be ignored.

The silent upgrade scripts aren't needed.

Logs files can safely be ignored.

Ignore the new upload directories.

If you have any questions or suggestions please feel free to contact us


Feedback is the most important part of any website.

If you have any query, suggestion or feedback, Please feel free to contact us.