We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fbb31c commit 91d3006Copy full SHA for 91d3006
1 file changed
Drupal.gitignore
@@ -1,10 +1,12 @@
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
@@ -16,6 +18,7 @@ robots.txt
16
18
/UPGRADE.txt
17
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
0 commit comments