wallabag/.gitignore
2015-01-28 13:28:12 +01:00

24 lines
301 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
!.gitignore