summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 8d8d82cbbf92ad4ce87348afe4acbd2845f60519 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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