فهرست منبع

Update .gitignore

Daniel Rudolf 9 سال پیش
والد
کامیت
bd24d518f2
1فایلهای تغییر یافته به همراه11 افزوده شده و 11 حذف شده
  1. 11 11
      .gitignore

+ 11 - 11
.gitignore

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