Skip to content

Commit 2b7d841

Browse files
authored
Merge pull request #2458 from wirgen/master
Add default file, README in libraries and translations in Drupal
2 parents 4fbb31c + 91d3006 commit 2b7d841

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Drupal.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Ignore configuration files that may contain sensitive information.
22
sites/*/*settings*.php
3+
sites/example.sites.php
34

45
# Ignore paths that contain generated content.
56
files/
67
sites/*/files
78
sites/*/private
9+
sites/*/translations
810

911
# Ignore default text files
1012
robots.txt
@@ -16,6 +18,7 @@ robots.txt
1618
/UPGRADE.txt
1719
/README.txt
1820
sites/README.txt
21+
sites/all/libraries/README.txt
1922
sites/all/modules/README.txt
2023
sites/all/themes/README.txt
2124

0 commit comments

Comments
 (0)