## First part from https://github.com/github/gitignore/blob/master/SugarCRM.gitignore # Ignore custom .htaccess stuff. /.htaccess # Ignore large parts of the annoying cache directory without breaking things. cache/* upload/* !upload/index.html # Ignore some files and directories from the custom directory. custom/ custom/history/* custom/blowfish/* custom/modulebuilder/* custom/working/* custom/modules/*/Ext/ custom/modules/unified_search_modules_display.php install/status.json # Ignore PDF Fonts modules/AOS_PDF_Templates/PDF_Lib/ttfontdata/ # Configuration files should be ignored. /config.php /config_override.php /config_si.php #Ignore Sass Generated files in SuiteP themes/suite8/css/*.map themes/suite8/css/*/*.map themes/suite8/css/*/*.css tests/_output/* tests/config.test.php # Connector configuration should also be ignored. custom/modules/Connectors/connectors/sources/ext/*/*/config.php # Logs files can safely be ignored. *.log ## IDE specific items # Eclipse *.pydevproject .project .metadata bin/** tmp/** tmp/**/* *.tmp *.bak *.swp *~.nib local.properties .classpath .settings/ .loadpath # Emacs *~ \#*\# /.emacs.desktop /.emacs.desktop.lock .elc auto-save-list tramp # IntelliJ Idea *.iml *.ipr *.iws .idea/ .phpstorm.meta.php # NetBeans nbproject/ # Vim .*.sw[a-z] *.un~ Session.vim tags # Windows Thumbs.db Desktop.ini .DS_Store .DS_Store? # Microsoft Visual Studio *.sln *.suo *.phpproj # Microsoft Visual Studio Code .vscode # Disytel lang_cmp.php .kdev4/ SuiteCRM.kdev4 #Ignore composer vendor folder vendor/ public/ .php_cs.cache #Ignore bower_components bower_components/ node_modules/ #Ignore Sass Generated files in SuiteP themes/SuiteP/css/*.map themes/SuiteP/css/*/*.map themes/SuiteP/css/*/color-palette.css themes/SuiteP/css/*/variables.css tests/_output/* #Ignore browserstack BrowserStackLocal browserstack.err cache/ custom/**/ .sass-cache/ # Ignore testing environment build/tmp/ # IMAP testing fakeImapResource include/Imap/ImapTestSettings.txt # Ignore php-cs-fixer cache .php_cs.cache # Ignore custom codeception environments so they won't be committed. tests/_envs/custom.yml codeception.yml # Ignore dotenv files so they don't get commited to git. # Only .env.dist should be committed. .env .env.test .env.dev