wallabag/.gitignore

39 lines
555 B
Plaintext
Raw Normal View History

# Cache and logs (Symfony2)
2015-01-22 07:30:07 +00:00
/app/cache/*
/app/logs/*
!app/cache/.gitkeep
!app/logs/.gitkeep
# Cache and logs (Symfony3)
/var/cache/*
/var/logs/*
!var/cache/.gitkeep
!var/logs/.gitkeep
# Parameters
/app/config/parameters.yml
/app/config/parameters.ini
# Managed by Composer
/app/bootstrap.php.cache
/var/bootstrap.php.cache
/bin/*
!bin/console
!bin/symfony_requirements
2015-01-22 07:30:07 +00:00
/vendor/
# Assets and user uploads
/web/bundles/
/web/uploads/
2015-01-22 07:30:07 +00:00
2015-03-03 18:20:08 +00:00
# Build
/app/build
/build
2015-01-22 07:30:07 +00:00
# Composer PHAR
/composer.phar
# Data for wallabag
data/assets/*
data/db/wallabag*.sqlite