aboutsummaryrefslogblamecommitdiffhomepage
path: root/.gitignore
blob: 6fd0ccd80c189ad1f6aec6e412878854ca439fd8 (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 data & output
coverage
tests/datastore.php
phpmd.html