diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..795fd11 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# Ignore patterns for jQuery Succinct plugin + +.DS_Store +.AppleDouble +.LSOverride +Icon +._* +.Spotlight-V100 +.Trashes + +# Project Specific +script.js +style.css diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..be31d7e --- /dev/null +++ b/bower.json @@ -0,0 +1,6 @@ +{ + "name": "succinct", + "version": "1.0.0", + "homepage": "https://github.com/micjamking/succinct", + "description": "A tiny jQuery plugin for truncating multiple lines of text" +}