mirror of https://github.com/wallabag/wallabag.git
22 lines
288 B
Plaintext
22 lines
288 B
Plaintext
/app/SymfonyRequirements.php
|
|
/app/bootstrap.php.cache
|
|
/app/check.php
|
|
/app/cache/*
|
|
/app/config/parameters.yml
|
|
/app/logs/*
|
|
!app/cache/.gitkeep
|
|
!app/logs/.gitkeep
|
|
.idea
|
|
.DS_Store
|
|
.vagrant
|
|
/vendor/
|
|
|
|
/bin/
|
|
!bin/install
|
|
!bin/test
|
|
!bin/symfony
|
|
|
|
data/assets/*
|
|
data/db/poche.sqlite
|
|
|
|
/web/.htaccess |