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

# Compiled JS
/js/admin/*.js
/js/admin/*.js.map
/js/collections.js
/js/collectionsintegration.js
/js/*.js.map

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