Pico/.gitignore

38 lines
383 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
._*
# Composer
2015-11-23 20:33:57 +00:00
/composer.lock
/composer.phar
/vendor
2016-01-17 20:26:06 +00:00
# Build system
/_build/phpdoc
/_build/phpdoc.cache
/_build/deploy-*.git
2015-11-29 23:52:19 +00:00
2015-11-06 20:19:17 +00:00
# User config
/config/config.yml
# 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