]> git.immae.eu Git - github/shaarli/Shaarli.git/blame_incremental - .gitignore
Add default Doxygen configuration
[github/shaarli/Shaarli.git] / .gitignore
... / ...
CommitLineData
1# Ignore data/, tmp/, cache/ and pagecache/
2data
3tmp
4cache
5pagecache
6
7# Eclipse project files
8.settings
9.buildpath
10.project
11
12# Ignore raintpl generated pages
13*.rtpl.php
14
15# Ignore test dependencies
16composer.lock
17/vendor/
18
19# Ignore test data & output
20coverage
21tests/datastore.php
22tests/dummycache/
23phpmd.html
24
25# Ignore user plugin configuration
26plugins/*/config.php