зеркало из https://github.com/nextcloud/spreed.git
25 строки
331 B
Plaintext
25 строки
331 B
Plaintext
# 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
|