Skip to content

Commit db1d52b

Browse files
shiftkeylpalgarvio
andcommitted
Move current Drupal into ecosystem directory
Co-Authored-By: Luís Pedro Algarvio <[email protected]>
1 parent ec24607 commit db1d52b

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

ecosystem/Python/Drupal7.gitignore

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

0 commit comments

Comments
 (0)