diff options
author | nodiscc <nodiscc@gmail.com> | 2015-03-07 01:19:06 +0100 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2015-03-07 01:19:06 +0100 |
commit | 1c8f4fc1074500329edd67301fa445d71976dfc1 (patch) | |
tree | a9cbb69f91ff7fee3a6f72dc87399a2034f95971 /.gitignore | |
parent | 3a10fa0e3f0d0978dc359d1407b93fe425f44b25 (diff) | |
parent | 00f98bdacaba026e3d16aed36605bc21b72903ab (diff) | |
download | Shaarli-1c8f4fc1074500329edd67301fa445d71976dfc1.tar.gz Shaarli-1c8f4fc1074500329edd67301fa445d71976dfc1.tar.zst Shaarli-1c8f4fc1074500329edd67301fa445d71976dfc1.zip |
Merge pull request #124 from virtualtam/static-analysis
Code quality: Makefile to run static code checkers
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -10,4 +10,11 @@ pagecache | |||
10 | .project | 10 | .project |
11 | 11 | ||
12 | # Ignore raintpl generated pages | 12 | # Ignore raintpl generated pages |
13 | *.rtpl.php \ No newline at end of file | 13 | *.rtpl.php |
14 | |||
15 | # Ignore test dependencies | ||
16 | composer.lock | ||
17 | /vendor/ | ||
18 | |||
19 | # Ignore test output | ||
20 | phpmd.html | ||