Skip to content

Commit 53f4132

Browse files
committed
Initialise repo.
0 parents  commit 53f4132

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

.gitignore

+18
Original file line numberDiff line numberDiff line change
@@ -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

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# drupal-composer.org
2+
3+
Code for displaying a simple overview for the Drupal Composer initiative.

0 commit comments

Comments
 (0)