diff options
author | Jeremy <jeremy.benoist@gmail.com> | 2015-03-03 19:20:08 +0100 |
---|---|---|
committer | Jeremy <jeremy.benoist@gmail.com> | 2015-03-03 19:20:08 +0100 |
commit | 8378485e332e11dcd59ed4fb8edac77b2f8f8d71 (patch) | |
tree | 72915c5a83a5d30889b81872b5941c9aa3962dc1 /.gitignore | |
parent | ba7b9d48d407f87690a3fdc199b37714d2a52897 (diff) | |
download | wallabag-8378485e332e11dcd59ed4fb8edac77b2f8f8d71.tar.gz wallabag-8378485e332e11dcd59ed4fb8edac77b2f8f8d71.tar.zst wallabag-8378485e332e11dcd59ed4fb8edac77b2f8f8d71.zip |
Simplify build system
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,9 +26,9 @@ | |||
26 | /web/bundles/ | 26 | /web/bundles/ |
27 | /web/uploads/ | 27 | /web/uploads/ |
28 | 28 | ||
29 | # PHPUnit | 29 | # Build |
30 | /app/phpunit.xml | 30 | /app/build |
31 | /phpunit.xml | 31 | /build |
32 | 32 | ||
33 | # Composer PHAR | 33 | # Composer PHAR |
34 | /composer.phar | 34 | /composer.phar |