Pico/.gitignore
2016-01-17 21:26:06 +01:00

38 lines
383 B
Plaintext

# Linux
*~
*.swp
# Windows
Thumbs.db
desktop.ini
# Mac OS X
.DS_Store
._*
# Composer
/composer.lock
/composer.phar
/vendor
# Build system
/_build/phpdoc
/_build/phpdoc.cache
/_build/deploy-*.git
# User config
/config/config.php
# User themes
/themes/*
!/themes/default
# User plugins
/plugins/*
!/plugins/0?-*
!/plugins/1?-*
!/plugins/DummyPlugin.php
# User content
/content