We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4a30ba commit 88d7ba0Copy full SHA for 88d7ba0
.gitignore
@@ -0,0 +1,36 @@
1
+# Ignore configuration files that may contain sensitive information.
2
+sites/*/*settings*.php
3
+
4
+# Ignore paths that contain generated content.
5
+files/
6
+sites/*/files
7
+sites/*/private
8
9
+# Ignore default text files
10
+robots.txt
11
+/CHANGELOG.txt
12
+/COPYRIGHT.txt
13
+/INSTALL*.txt
14
+/LICENSE.txt
15
+/MAINTAINERS.txt
16
+/UPGRADE.txt
17
+/README.txt
18
+sites/all/README.txt
19
+sites/all/modules/README.txt
20
+sites/all/themes/README.txt
21
22
+# Ignore everything but the "sites" folder ( for non core developer )
23
+.htaccess
24
+web.config
25
+authorize.php
26
+cron.php
27
+index.php
28
+install.php
29
+update.php
30
+xmlrpc.php
31
+/includes
32
+/misc
33
+/modules
34
+/profiles
35
+/scripts
36
+/themes
0 commit comments