We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8069938 commit 2af3696Copy full SHA for 2af3696
.gitignore
@@ -1,17 +1,29 @@
1
+# Miscelleleaneous IDE-crud
2
+*.esproj
3
+*.kpf
4
+*.tmproj
5
+.cache
6
+.project
7
+.settings
8
+
9
+# Mac OS X cruft
10
+.DS_Store
11
+._*
12
13
+# Config and uploaded files
14
+sites/default/settings.php
15
+sites/default/files
16
+files
17
18
+# Drupal files we do not care to include.
19
CHANGELOG.txt
20
INSTALL.mysql.txt
21
INSTALL.pgsql.txt
22
INSTALL.txt
23
COPYRIGHT.txt
24
MAINTAINERS.txt
25
UPGRADE.txt
-sites/default/settings.php
-sites/default/files
-files
26
themes/bluemarine
27
themes/chameleon
28
themes/pushbutton
-*.tmproj
-.cache
-.project
-.settings
29
0 commit comments