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: b4179496b9566cae5d393f5e23e2ef08f0b25ac9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Exclude npm stuff
build
node_modules

# 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

js