spreed/.gitignore

22 строки
304 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