We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit 53f4132Copy full SHA for 53f4132
.gitignore
@@ -0,0 +1,18 @@
1
+# OS specific temporary files
2
+.DS_Store*
3
+ehthumbs.db
4
+Thumbs.db
5
+
6
+# IDEs
7
+.buildpath
8
+.idea
9
+.project
10
+.settings
11
+*.esproj
12
+*.komodoproject
13
+*.komodotools
14
+nbproject
15
16
+# Tools
17
+.svn
18
+.sass-cache
README.md
@@ -0,0 +1,3 @@
+# drupal-composer.org
+Code for displaying a simple overview for the Drupal Composer initiative.
0 commit comments