Pico/.gitignore
2015-11-23 21:33:57 +01:00

33 lines
306 B
Plaintext

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