]> 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
f808b016 16.php_cs.cache
e4788de5
NL
17
18# Parameters
19/app/config/parameters.yml
e4788de5
NL
20
21# Managed by Composer
93fd4692 22/vendor/
93fd4692 23
e4788de5 24# Assets and user uploads
a494c33e
TC
25web/uploads/
26!web/bundles
27web/bundles/*
28!web/bundles/wallabagcore
535bfcbe
JB
29/web/assets/images/*
30!web/assets/images/.gitkeep
64f81bc3 31web/bundles/wallabagcore/*.dev.js
93fd4692 32
8378485e
J
33# Build
34/app/build
35/build
93fd4692 36
e4788de5
NL
37# Composer PHAR
38/composer.phar
2cdb0b8f 39
e4788de5 40# Data for wallabag
32da2a70 41data/db/wallabag*.sqlite
540ef5e0 42
1d41effe 43# Docker container logs and data
540ef5e0 44docker/logs/
1d41effe 45docker/data/
173629a4
JB
46
47# To avoid crazy stuff on some PR, we must manually FORCE ADD IT on each new release
48composer.lock
5ecdfcd0
TC
49
50# assets stuff
a494c33e
TC
51node_modules/
52bin
53app/Resources/build/
5ecdfcd0 54!/src/Wallabag/CoreBundle/Resources/public
a494c33e 55/src/Wallabag/CoreBundle/Resources/public/*
d49cdfe2
TC
56
57# Test-generated files
58admin-export.json
59specialexport.json
906424c1 60/data/site-credentials-secret-key.txt