Update .gitignore
This commit is contained in:
parent
c34afad4af
commit
bd24d518f2
22
.gitignore
vendored
22
.gitignore
vendored
@ -11,22 +11,22 @@ desktop.ini
|
||||
._*
|
||||
|
||||
# Composer
|
||||
composer.lock
|
||||
composer.phar
|
||||
vendor/*
|
||||
/composer.lock
|
||||
/composer.phar
|
||||
/vendor
|
||||
|
||||
# User config
|
||||
config/config.php
|
||||
/config/config.php
|
||||
|
||||
# User themes
|
||||
themes/*
|
||||
!themes/default/*
|
||||
/themes
|
||||
!/themes/default
|
||||
|
||||
# User plugins
|
||||
plugins/*
|
||||
!plugins/0?-*
|
||||
!plugins/1?-*
|
||||
!plugins/DummyPlugin.php
|
||||
/plugins
|
||||
!/plugins/0?-*
|
||||
!/plugins/1?-*
|
||||
!/plugins/DummyPlugin.php
|
||||
|
||||
# User content
|
||||
content/*
|
||||
/content
|
||||
|
Loading…
x
Reference in New Issue
Block a user