]> git.immae.eu Git - github/shaarli/Shaarli.git/blob - .gitignore
Add a target to generate Doxygen documentation
[github/shaarli/Shaarli.git] / .gitignore
1 # Ignore data/, tmp/, cache/ and pagecache/
2 data
3 tmp
4 cache
5 pagecache
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
16 composer.lock
17 /vendor/
18
19 # Ignore development and test resources
20 coverage
21 doxygen
22 tests/datastore.php
23 tests/dummycache/
24 phpmd.html
25
26 # Ignore user plugin configuration
27 plugins/*/config.php