summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: b7f92abfda7234fe92e4cf018358ee75ec0d7021 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Exclude npm stuff
build
node_modules

# Local docs
/site

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

js