Pico/.gitignore

37 lines
360 B
Plaintext
Raw Normal View History

2015-11-06 20:19:17 +00:00
# Linux
*~
*.swp
# Windows
Thumbs.db
desktop.ini
# Mac OS X
.DS_Store
._*
2015-11-23 20:46:36 +00:00
# Travis
/_build/phpdoc-*/
/_build/phpdoc-*.git/
2015-11-23 20:46:36 +00:00
# Composer
2015-11-23 20:33:57 +00:00
/composer.lock
/composer.phar
/vendor
2015-11-06 20:19:17 +00:00
# User config
2015-11-23 20:33:57 +00:00
/config/config.php
# User themes
2015-11-25 03:07:57 +00:00
/themes/*
2015-11-23 20:33:57 +00:00
!/themes/default
2015-11-06 20:19:17 +00:00
# User plugins
2015-11-25 03:07:57 +00:00
/plugins/*
2015-11-23 20:33:57 +00:00
!/plugins/0?-*
!/plugins/1?-*
!/plugins/DummyPlugin.php
2015-11-06 20:19:17 +00:00
# User content
2015-11-23 20:33:57 +00:00
/content