aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Ignore composer.lockJeremy Benoist2016-01-201-0/+3
| | | | | | | | | | | Having a big composer.lock on a final project can have side effect on incoming PR that add a new vendor. Mostly because conflict are too frequent. By ignoring composer.lock we ease the PR submission and rebase. BUT we need to be careful when we release a new version of wallabag. We should manually `git add -f composer.lock` to update it. Since composer.lock will no longer be commited I switch the `composer install` to a `composer up` in the travis configuration.
* Switch to Symfony 3 structureJeremy Benoist2016-01-151-14/+9
|
* Add Docker configuration for Postgres and MariaDBFabien MEURILLON2016-01-101-1/+2
|
* Add basic docker-compose configurationFabien MEURILLON2016-01-101-0/+3
|
* Simplify build systemJeremy2015-03-031-3/+3
|
* Add LiipThemeBundleJeremy2015-03-011-1/+1
| | | | | | | | Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))
* Installation should be launch manuallyJeremy2015-02-021-1/+1
| | | | Also upadte readme for v2 and define a test database (for the future)
* 1st implementation of wallabag api, yeahNicolas Lœuillet2015-01-281-15/+29
|
* change gitignore, last time, I promisedNicolas Lœuillet2015-01-281-1/+3
|
* change gitignoreNicolas Lœuillet2015-01-281-1/+0
|
* change gitignoreNicolas Lœuillet2015-01-281-1/+2
|
* change gitignoreNicolas Lœuillet2015-01-281-1/+1
|
* symfony is thereNicolas Lœuillet2015-01-221-5/+18
|
* add install script after composer installNicolas Lœuillet2015-01-211-1/+1
|
* restructure foldersNicolas Lœuillet2015-01-201-0/+1
|
* new foldersNicolas Lœuillet2015-01-201-5/+4
|
* add DS_Store in gitignoreNicolas Lœuillet2014-11-081-0/+1
|
* ignore vagrant directoryNicolas Lœuillet2014-10-301-1/+2
|
* [change] ignore tmp files in HTML purifierNicolas Lœuillet2014-03-021-1/+2
|
* change submodule & gitignoreNicolas Lœuillet2013-10-031-2/+0
|
* merge #224Nicolas Lœuillet2013-09-201-1/+1
|
* gitignoreNicolas Lœuillet2013-08-231-0/+2
|
* typo in gitignoreNicolas Lœuillet2013-08-171-1/+1
|
* gitignoreNicolas Lœuillet2013-08-171-1/+1
|
* ignore myconfig.inc.php in gitNicolas Lœuillet2013-08-161-1/+2
|
* ignore doc outputNicolas Lœuillet2013-08-081-1/+2
|
* ignore doc outputNicolas Lœuillet2013-08-081-1/+2
|
* copy of poche.sqliteNicolas Lœuillet2013-08-051-1/+2
|
* gitignoreNicolas Lœuillet2013-08-041-0/+2
|
* rm vendorNicolas Lœuillet2013-08-041-1/+0
|
* gitignore vendorNicolas Lœuillet2013-08-041-0/+1