Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Added a Bower (bower.io) manifest, removed .DS_Store's and added them…
… to a .gitignore
  • Loading branch information
tmcnab committed Mar 18, 2014
1 parent 4cd1c70 commit f2d7601
Show file tree
Hide file tree
Showing 5 changed files with 27 additions and 0 deletions.
Binary file removed .DS_Store
Binary file not shown.
1 change: 1 addition & 0 deletions .gitignore
@@ -0,0 +1 @@
.DS_Store
26 changes: 26 additions & 0 deletions bower.json
@@ -0,0 +1,26 @@
{
"name": "base",
"version": "1.7.4",
"homepage": "http://matthewhartman.github.io/base/",
"authors": [
"Matthew Hartman <hello@matthewhartman.com.au>"
],
"description": "Base is a super simple, responsive framework, built to work on all devices big, small and in-between.",
"keywords": [
"css",
"less",
"sass",
"framework",
"mobile-first",
"lightweight",
"responsive"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}
Binary file removed images/.DS_Store
Binary file not shown.
Binary file removed less/.DS_Store
Binary file not shown.

0 comments on commit f2d7601

Please sign in to comment.