Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6592683e5ecee7cc63200094999972e88bfc030e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# Composer
composer.phar
/lib/Vendor
/vendor/
/vendor-bin/*/vendor

# Mac OS
.DS_Store

# test coverage
tests/clover*.xml

# Node.js modules
node_modules/

/js

# packaged app
build/artifacts

# NetBeans project
nbproject/

translations.js

# JS coverage
coverage/

# vim
.*.sw?


# PHPunit temp file
tests/.phpunit.result.cache

/.php_cs.cache
/.php-cs-fixer.cache

# VSCode / VSCodium
.vscode/

# PhpStorm
.idea