Update .gitignore

pico-3.0-alpha
Daniel Rudolf 10 years ago
parent c34afad4af
commit bd24d518f2
  1. 22
      .gitignore

22
.gitignore vendored

@ -11,22 +11,22 @@ desktop.ini
._* ._*
# Composer # Composer
composer.lock /composer.lock
composer.phar /composer.phar
vendor/* /vendor
# User config # User config
config/config.php /config/config.php
# User themes # User themes
themes/* /themes
!themes/default/* !/themes/default
# User plugins # User plugins
plugins/* /plugins
!plugins/0?-* !/plugins/0?-*
!plugins/1?-* !/plugins/1?-*
!plugins/DummyPlugin.php !/plugins/DummyPlugin.php
# User content # User content
content/* /content

Loading…
Cancel
Save