Skip to content

Commit

Permalink
Move current Drupal into ecosystem directory
Browse files Browse the repository at this point in the history
Co-Authored-By: Luís Pedro Algarvio <[email protected]>
  • Loading branch information
shiftkey and lpalgarvio committed Oct 28, 2018
1 parent ec24607 commit db1d52b
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions ecosystem/Python/Drupal7.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
# Ignore configuration files that may contain sensitive information.
sites/*/*settings*.php
sites/example.sites.php

# Ignore paths that contain generated content.
files/
sites/*/files
sites/*/private
sites/*/translations

# Ignore default text files
robots.txt
/CHANGELOG.txt
/COPYRIGHT.txt
/INSTALL*.txt
/LICENSE.txt
/MAINTAINERS.txt
/UPGRADE.txt
/README.txt
sites/README.txt
sites/all/libraries/README.txt
sites/all/modules/README.txt
sites/all/themes/README.txt

# Ignore everything but the "sites" folder ( for non core developer )
.htaccess
web.config
authorize.php
cron.php
index.php
install.php
update.php
xmlrpc.php
/includes
/misc
/modules
/profiles
/scripts
/themes

0 comments on commit db1d52b

Please sign in to comment.