mail/.gitignore

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

49 строки
606 B
Plaintext
Исходник Постоянная ссылка Обычный вид История

# SPDX-FileCopyrightText: 2016-2024 Nextcloud GmbH and Nextcloud contributors
# SPDX-FileCopyrightText: 2013-2016 ownCloud, Inc.
# SPDX-License-Identifier: AGPL-3.0-only
2014-04-02 03:04:22 +04:00
# Composer
composer.phar
/lib/Vendor
2016-12-04 23:42:23 +03:00
/vendor/
/vendor-bin/*/vendor
2016-12-04 23:42:23 +03:00
# Mac OS
2014-04-02 03:04:22 +04:00
.DS_Store
2014-08-02 19:20:12 +04:00
# test coverage
tests/clover*.xml
2014-08-02 19:20:12 +04:00
# Node.js modules
2015-09-07 11:49:19 +03:00
node_modules/
/js
/css
2015-09-25 11:56:16 +03:00
# packaged app
2016-08-03 14:32:48 +03:00
build/artifacts
2016-02-07 22:43:36 +03:00
# NetBeans project
nbproject/
translations.js
2016-09-19 16:05:35 +03:00
# JS coverage
coverage/
2018-02-21 13:09:30 +03:00
# vim
.*.sw?
# PHPunit temp file
tests/.phpunit.result.cache
/.php_cs.cache
/.php-cs-fixer.cache
2021-03-01 12:04:38 +03:00
# VSCode / VSCodium
.vscode/
*.code-workspace
# PhpStorm
.idea