aboutsummaryrefslogblamecommitdiffhomepage
path: root/.gitignore
blob: 33d8a4884f2a82f2801e5671d06045f500ad16b9 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                           







                       


                                







                          
# 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