diff options
author | Ian Carrico <ian@fourkitchens.com> | 2013-04-26 16:06:04 -0500 |
---|---|---|
committer | Ian Carrico <ian@fourkitchens.com> | 2013-04-26 16:06:04 -0500 |
commit | 5e49936959761c28f52c479a8de42624cf53889f (patch) | |
tree | 25c70c30aec460489fd4a1c288b378c289d458aa | |
parent | 0aeefb48c0ac885a516fb92f7f5bfd7e85ce7a37 (diff) | |
download | gitignore-5e49936959761c28f52c479a8de42624cf53889f.tar.gz gitignore-5e49936959761c28f52c479a8de42624cf53889f.zip |
Move .htaccess to its place under core files, not text files
-rw-r--r-- | Drupal.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Drupal.gitignore b/Drupal.gitignore index 73677d29..70ad5676 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 |