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

.gitignore - github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 271d2cd02d5f872857d719b0af3f8fc65e463bb8 (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
# Exclude npm stuff
/build
/node_modules

# PHP Code Sniffer
/vendor
/vendor-bin/*/vendor
/lib/Vendor
/.php-cs-fixer.cache

# Local docs
/site

# Karma/jasmine coverage data
/coverage
/tests/php/coverage-html
/tests/php/clover.xml
/tests/php/.phpunit.result.cache
/tests/integration/vendor
/tests/integration/output
/drone

# Compiled javascript
/js

# VScode settings
.vscode