joplin/.gitignore

26 lines
409 B
Plaintext
Raw Normal View History

2016-10-19 15:54:41 +00:00
/app/config/parameters.yml
/build/
/phpunit.xml
/var/*
!/var/cache
/var/cache/*
!var/cache/.gitkeep
!/var/logs
/var/logs/*
!var/logs/.gitkeep
!/var/sessions
/var/sessions/*
!var/sessions/.gitkeep
!var/SymfonyRequirements.php
/vendor/
/web/bundles/
*.sublime-workspace
2016-12-10 22:37:19 +00:00
database.sqlite
2016-12-10 22:40:04 +00:00
QtClient/build-*-Debug/
2016-12-11 16:09:39 +00:00
*.pro.user
2016-12-20 10:22:50 +00:00
notes*.sqlite
Makefile
2016-12-22 21:35:35 +00:00
Makefile.*
TODO.md
tests/generated
QtClient/JoplinQtClient/make.bat