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
|
||||||
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…
x
Reference in New Issue
Block a user