forked from github/gitignore
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move current Drupal into ecosystem directory
Co-Authored-By: Luís Pedro Algarvio <[email protected]>
- Loading branch information
1 parent
ec24607
commit db1d52b
Showing
1 changed file
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |