]> source.dussan.org Git - gitignore.git/commitdiff
Added more rules to work as non core drupal developer
authorDavid Moises Paz Reyes <davidmpaz@gmail.com>
Wed, 5 Jan 2011 15:45:40 +0000 (10:45 -0500)
committerChris Wanstrath <chris@ozmm.org>
Tue, 22 Feb 2011 02:06:49 +0000 (18:06 -0800)
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

index 13c8ba0b4538cb05c8c28163ac0c48b1aec0e0db..0c653f29bc3c7416d985fe68d74de3caa85bd385 100644 (file)
@@ -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
+