aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: 6fd0ccd80c189ad1f6aec6e412878854ca439fd8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Ignore data/, tmp/, cache/ and pagecache/
data
tmp
cache
pagecache

# Eclipse project files
.settings
.buildpath
.project

# Ignore raintpl generated pages
*.rtpl.php

# Ignore test dependencies
composer.lock
/vendor/

# Ignore test data & output
coverage
tests/datastore.php
phpmd.html