aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: 33d8a4884f2a82f2801e5671d06045f500ad16b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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 output
phpmd.html