]> git.immae.eu Git - github/wallabag/wallabag.git/blame - .gitignore
CS
[github/wallabag/wallabag.git] / .gitignore
CommitLineData
73cd160b
JB
1# Cache, logs & sessions
2/var/*
3!/var/cache
e4788de5 4/var/cache/*
e4788de5 5!var/cache/.gitkeep
73cd160b
JB
6!/var/logs
7/var/logs/*
e4788de5 8!var/logs/.gitkeep
73cd160b
JB
9!/var/sessions
10/var/sessions/*
11!var/sessions/.gitkeep
12!var/SymfonyRequirements.php
8d8d48a2
JB
13/bin/*
14!/bin/console
15!/bin/symfony_requirements
e4788de5
NL
16
17# Parameters
18/app/config/parameters.yml
e4788de5
NL
19
20# Managed by Composer
93fd4692 21/vendor/
93fd4692 22
e4788de5 23# Assets and user uploads
a494c33e
TC
24web/uploads/
25!web/bundles
26web/bundles/*
27!web/bundles/wallabagcore
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
540ef5e0 39
1d41effe 40# Docker container logs and data
540ef5e0 41docker/logs/
1d41effe 42docker/data/
173629a4
JB
43
44# To avoid crazy stuff on some PR, we must manually FORCE ADD IT on each new release
45composer.lock
5ecdfcd0
TC
46
47# assets stuff
a494c33e
TC
48node_modules/
49bin
50app/Resources/build/
5ecdfcd0 51!/src/Wallabag/CoreBundle/Resources/public
a494c33e 52/src/Wallabag/CoreBundle/Resources/public/*