]> git.immae.eu Git - github/wallabag/wallabag.git/blob - .gitignore
remove capistrano in gitignore
[github/wallabag/wallabag.git] / .gitignore
1 # Cache and logs (Symfony2)
2 /app/cache/*
3 /app/logs/*
4 !app/cache/.gitkeep
5 !app/logs/.gitkeep
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
23 /vendor/
24
25 # Assets and user uploads
26 /web/bundles/
27 /web/uploads/
28
29 # Build
30 /app/build
31 /build
32
33 # Composer PHAR
34 /composer.phar
35
36 # Data for wallabag
37 data/assets/*
38 data/db/wallabag*.sqlite