Skip to content

Commit da28fba

Browse files
author
Mike King
committed
Added ignore patterns & bower.json
1 parent e8e8203 commit da28fba

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.gitignore

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Ignore patterns for jQuery Succinct plugin
2+
3+
.DS_Store
4+
.AppleDouble
5+
.LSOverride
6+
Icon
7+
._*
8+
.Spotlight-V100
9+
.Trashes
10+
11+
# Project Specific
12+
script.js
13+
style.css

bower.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"name": "succinct",
3+
"version": "1.0.0",
4+
"homepage": "https://github.com/micjamking/succinct",
5+
"description": "A tiny jQuery plugin for truncating multiple lines of text"
6+
}

0 commit comments

Comments
 (0)