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: cb0b95d37894cb406c17226d81b237070c6ece2b (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
# Exclude npm stuff
/build
/node_modules

# PHP Code Sniffer
/vendor
/.php_cs.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

# Compiled javascript
/js

# VScode settings
.vscode