1st implementation of wallabag api, yeah

This commit is contained in:
Nicolas Lœuillet
2015-01-28 17:09:27 +01:00
parent 569f8d6851
commit e4788de51e
11 changed files with 1040 additions and 17 deletions

46
.gitignore vendored
View File

@ -1,24 +1,38 @@
/app/SymfonyRequirements.php
/app/bootstrap.php.cache
/app/check.php
# Cache and logs (Symfony2)
/app/cache/*
/app/config/parameters.yml
/app/logs/*
!app/cache/.gitkeep
!app/logs/.gitkeep
.idea
.DS_Store
.vagrant
# Cache and logs (Symfony3)
/var/cache/*
/var/logs/*
!var/cache/.gitkeep
!var/logs/.gitkeep
# Parameters
/app/config/parameters.yml
/app/config/parameters.ini
# Managed by Composer
/app/bootstrap.php.cache
/var/bootstrap.php.cache
/bin/*
!bin/console
!bin/symfony_requirements
/vendor/
/bin/
!bin/install
!bin/test
!bin/symfony
# Assets and user uploads
/web/bundles/
/web/uploads/
# PHPUnit
/app/phpunit.xml
/phpunit.xml
# Composer PHAR
/composer.phar
# Data for wallabag
data/assets/*
data/db/poche.sqlite
/web/.htaccess
!.gitignore
data/db/poche.sqlite