]> git.immae.eu Git - github/wallabag/wallabag.git/blame - .gitignore
Merge pull request #1558 from wallabag/v2-documentation
[github/wallabag/wallabag.git] / .gitignore
CommitLineData
e4788de5 1# Cache and logs (Symfony2)
93fd4692 2/app/cache/*
93fd4692
NL
3/app/logs/*
4!app/cache/.gitkeep
5!app/logs/.gitkeep
e4788de5
NL
6
7# Cache and logs (Symfony3)
8/var/cache/*
9/var/logs/*
10!var/cache/.gitkeep
11!var/logs/.gitkeep
12
13# Parameters
14/app/config/parameters.yml
15/app/config/parameters.ini
16
17# Managed by Composer
18/app/bootstrap.php.cache
19/var/bootstrap.php.cache
20/bin/*
21!bin/console
22!bin/symfony_requirements
93fd4692 23/vendor/
93fd4692 24
e4788de5
NL
25# Assets and user uploads
26/web/bundles/
27/web/uploads/
93fd4692 28
8378485e
J
29# Build
30/app/build
31/build
93fd4692 32
e4788de5
NL
33# Composer PHAR
34/composer.phar
2cdb0b8f 35
e4788de5
NL
36# Data for wallabag
37data/assets/*
32da2a70 38data/db/wallabag*.sqlite