aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
blob: 75cd3a6b842a264e9b2423c8391a7ddaa090fc9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# 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 development and test resources
coverage
doxygen
sandbox
phpmd.html

# Ignore user plugin configuration
plugins/*/config.php