Browse Source

Add default file, README in libraries and translations in Drupal

Denis 7 năm trước cách đây
mục cha
commit
91d3006e95
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      Drupal.gitignore

+ 3 - 0
Drupal.gitignore

@@ -1,10 +1,12 @@
 # Ignore configuration files that may contain sensitive information.
 sites/*/*settings*.php
+sites/example.sites.php
 
 # Ignore paths that contain generated content.
 files/
 sites/*/files
 sites/*/private
+sites/*/translations
 
 # Ignore default text files
 robots.txt
@@ -16,6 +18,7 @@ robots.txt
 /UPGRADE.txt
 /README.txt
 sites/README.txt
+sites/all/libraries/README.txt
 sites/all/modules/README.txt
 sites/all/themes/README.txt