diff options
author | VirtualTam <virtualtam@flibidi.net> | 2015-11-26 23:29:20 +0100 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2015-11-26 23:29:20 +0100 |
commit | 1b740e3de39172975d0e755d9a089d2e9a44279d (patch) | |
tree | e46d75e5afba96bc0d4edf4cc8af9b54869415b3 /.gitignore | |
parent | 61873e3ded8dfba397b39aebd2322d0939c82caa (diff) | |
parent | 4bf35ba56bb9f06de0cb9ab920b799a39f8eaffc (diff) | |
download | Shaarli-1b740e3de39172975d0e755d9a089d2e9a44279d.tar.gz Shaarli-1b740e3de39172975d0e755d9a089d2e9a44279d.tar.zst Shaarli-1b740e3de39172975d0e755d9a089d2e9a44279d.zip |
Merge pull request #390 from virtualtam/app-utils/check-update
application: refactor version checks, move to ApplicationUtils
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -19,9 +19,8 @@ composer.lock | |||
19 | # Ignore development and test resources | 19 | # Ignore development and test resources |
20 | coverage | 20 | coverage |
21 | doxygen | 21 | doxygen |
22 | tests/datastore.php | 22 | sandbox |
23 | tests/dummycache/ | ||
24 | phpmd.html | 23 | phpmd.html |
25 | 24 | ||
26 | # Ignore user plugin configuration | 25 | # Ignore user plugin configuration |
27 | plugins/*/config.php \ No newline at end of file | 26 | plugins/*/config.php |