aboutsummaryrefslogblamecommitdiffhomepage
path: root/.gitignore
blob: 3ffedb31160484d614a949a2e651b65685549a34 (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
tests/dummycache/
phpmd.html