Skip to content

Commit 88d7ba0

Browse files
committed
adding drupal git ignore
1 parent d4a30ba commit 88d7ba0

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.gitignore

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Ignore configuration files that may contain sensitive information.
2+
sites/*/*settings*.php
3+
4+
# Ignore paths that contain generated content.
5+
files/
6+
sites/*/files
7+
sites/*/private
8+
9+
# Ignore default text files
10+
robots.txt
11+
/CHANGELOG.txt
12+
/COPYRIGHT.txt
13+
/INSTALL*.txt
14+
/LICENSE.txt
15+
/MAINTAINERS.txt
16+
/UPGRADE.txt
17+
/README.txt
18+
sites/all/README.txt
19+
sites/all/modules/README.txt
20+
sites/all/themes/README.txt
21+
22+
# Ignore everything but the "sites" folder ( for non core developer )
23+
.htaccess
24+
web.config
25+
authorize.php
26+
cron.php
27+
index.php
28+
install.php
29+
update.php
30+
xmlrpc.php
31+
/includes
32+
/misc
33+
/modules
34+
/profiles
35+
/scripts
36+
/themes

0 commit comments

Comments
 (0)