]> git.immae.eu Git - github/wallabag/wallabag.git/blob - .gitignore
change gitignore, last time, I promised
[github/wallabag/wallabag.git] / .gitignore
1 /app/SymfonyRequirements.php
2 /app/bootstrap.php.cache
3 /app/check.php
4 /app/cache/*
5 /app/config/parameters.yml
6 /app/logs/*
7 !app/cache/.gitkeep
8 !app/logs/.gitkeep
9 .idea
10 .DS_Store
11 .vagrant
12 /vendor/
13
14 /bin/
15 !bin/install
16 !bin/test
17 !bin/symfony
18
19 data/assets/*
20 data/db/poche.sqlite
21
22 /web/.htaccess
23
24 !.gitignore