Browse Source

Update .gitignore

Daniel Rudolf 9 years ago
parent
commit
bd24d518f2
1 changed files with 11 additions and 11 deletions
  1. 11 11
      .gitignore

+ 11 - 11
.gitignore

@@ -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