From 2710fbfff52d508decdc30694c7c95b401decfd9 Mon Sep 17 00:00:00 2001 From: David Moises Paz Reyes Date: Wed, 5 Jan 2011 10:45:40 -0500 Subject: [PATCH] Added more rules to work as non core drupal developer Only track folder: "sites" exluding the rules stated before. This allow to track only custom modules/themes and/or 3th party modules/themes. --- Drupal.gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/Drupal.gitignore b/Drupal.gitignore index 13c8ba0b..0c653f29 100644 --- a/Drupal.gitignore +++ b/Drupal.gitignore @@ -10,6 +10,23 @@ files/ /LICENSE.txt /MAINTAINERS.txt /UPGRADE.txt +robots.txt sites/all/README.txt sites/all/modules/README.txt sites/all/themes/README.txt +.htaccess + +#for non core developer +#only include "sites" folder without exclusions before +cron.php +index.php +install.php +update.php +xmlrpc.php +/includes +/misc +/modules +/profiles +/scripts +/themes + -- 2.39.5