Browse Source

Merge pull request #629 from ChinggizKhan/minor-drupal-gitignore-issue

Correct minor ordering issue on Drupal gitignore
pull/551/merge
Carl Suster 10 years ago
parent
commit
41baaa27a6
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Drupal.gitignore

+ 1
- 1
Drupal.gitignore View File

@@ -8,7 +8,6 @@ sites/*/files
sites/*/private

# Ignore default text files
.htaccess
robots.txt
/CHANGELOG.txt
/COPYRIGHT.txt
@@ -22,6 +21,7 @@ sites/all/modules/README.txt
sites/all/themes/README.txt

# Ignore everything but the "sites" folder ( for non core developer )
.htaccess
web.config
authorize.php
cron.php

Loading…
Cancel
Save