diff options
author | Carl Suster <carl@contraflo.ws> | 2013-11-12 00:01:04 -0800 |
---|---|---|
committer | Carl Suster <carl@contraflo.ws> | 2013-11-12 00:01:04 -0800 |
commit | 41baaa27a67786a26bd7cc71594875d406732df8 (patch) | |
tree | f9f11d1d6b937fa3551b12ebdb077193ae4c5878 /Drupal.gitignore | |
parent | b7982d49688240be8bcb31131e843b907fe8d2a9 (diff) | |
parent | 5e49936959761c28f52c479a8de42624cf53889f (diff) | |
download | gitignore-41baaa27a67786a26bd7cc71594875d406732df8.tar.gz gitignore-41baaa27a67786a26bd7cc71594875d406732df8.zip |
Merge pull request #629 from ChinggizKhan/minor-drupal-gitignore-issue
Correct minor ordering issue on Drupal gitignore
Diffstat (limited to 'Drupal.gitignore')
-rw-r--r-- | Drupal.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Drupal.gitignore b/Drupal.gitignore index 0a6c20bd..a14c765d 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -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 |