mirror of
https://github.com/roundcube/roundcubemail.git
synced 2025-12-27 23:45:58 +00:00
Some checks failed
E2E / Linux / PHP ${{ matrix.php }} (8.1) (push) Has been cancelled
E2E / Linux / PHP ${{ matrix.php }} (8.3) (push) Has been cancelled
CI / Coding Style (push) Has been cancelled
CI / Static Analysis (push) Has been cancelled
Message Rendering / Linux / PHP 8.3 (push) Has been cancelled
Unit / Linux / PHP ${{ matrix.php }} (7.3) (push) Has been cancelled
Unit / Linux / PHP ${{ matrix.php }} (7.4) (push) Has been cancelled
Unit / Linux / PHP ${{ matrix.php }} (8.0) (push) Has been cancelled
Unit / Linux / PHP ${{ matrix.php }} (8.1) (push) Has been cancelled
Unit / Linux / PHP ${{ matrix.php }} (8.2) (push) Has been cancelled
Unit / Linux / PHP ${{ matrix.php }} (8.3) (push) Has been cancelled
Unit / Windows / PHP ${{ matrix.php }} (7.3) (push) Has been cancelled
Unit / Windows / PHP ${{ matrix.php }} (7.4) (push) Has been cancelled
Unit / Windows / PHP ${{ matrix.php }} (8.0) (push) Has been cancelled
Unit / Windows / PHP ${{ matrix.php }} (8.1) (push) Has been cancelled
Unit / Windows / PHP ${{ matrix.php }} (8.2) (push) Has been cancelled
Unit / Windows / PHP ${{ matrix.php }} (8.3) (push) Has been cancelled
roundcubemail-testrunner image / build and push with PHP ${{ matrix.php }} (8.3) (push) Has been cancelled
40 lines
699 B
Plaintext
40 lines
699 B
Plaintext
# ignore files added to these directories
|
|
logs/*
|
|
temp/*
|
|
config/*
|
|
plugins/*/config.inc.php
|
|
|
|
# this is for the sample plugin (via composer)
|
|
plugins/rcsample
|
|
plugins/plugin_manager
|
|
|
|
# composer-related
|
|
composer.phar
|
|
composer.lock
|
|
vendor
|
|
|
|
# javascript dependencies
|
|
plugins/enigma/openpgp.min.js
|
|
plugins/managesieve/codemirror/
|
|
program/js/jquery.min.js
|
|
program/js/jstz.min.js
|
|
program/js/publickey.js
|
|
program/js/tinymce/
|
|
|
|
# eslint dependencies
|
|
/node_modules
|
|
/package.json
|
|
/package-lock.json
|
|
|
|
# skin customization files
|
|
skins/elastic/styles/_styles.less
|
|
skins/elastic/styles/_variables.less
|
|
|
|
# ignore IDE files
|
|
.vscode
|
|
.DS_Store
|
|
.idea
|
|
|
|
# Ignore files used for local overriding.
|
|
/tests/MessageRendering/.env
|