Skip to content

Commit 2710fbf

Browse files
davidmpazdefunkt
authored andcommitted
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.
1 parent a7bebdc commit 2710fbf

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

Drupal.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,23 @@ files/
1010
/LICENSE.txt
1111
/MAINTAINERS.txt
1212
/UPGRADE.txt
13+
robots.txt
1314
sites/all/README.txt
1415
sites/all/modules/README.txt
1516
sites/all/themes/README.txt
17+
.htaccess
18+
19+
#for non core developer
20+
#only include "sites" folder without exclusions before
21+
cron.php
22+
index.php
23+
install.php
24+
update.php
25+
xmlrpc.php
26+
/includes
27+
/misc
28+
/modules
29+
/profiles
30+
/scripts
31+
/themes
32+

0 commit comments

Comments
 (0)