forked from wallabag/wallabag
symfony is there
This commit is contained in:
23
.gitignore
vendored
23
.gitignore
vendored
@ -1,9 +1,22 @@
|
||||
/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
|
||||
app/assets/*
|
||||
app/cache/*
|
||||
vendor
|
||||
composer.phar
|
||||
/vendor/
|
||||
app/db/poche.sqlite
|
||||
app/config/config.inc.php
|
||||
|
||||
/bin/
|
||||
!bin/install
|
||||
!bin/test
|
||||
!bin/symfony
|
||||
|
||||
/data/
|
||||
|
||||
/web/.htaccess
|
||||
Reference in New Issue
Block a user