Skip to content

Commit

Permalink
update to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
puranjayjain committed Mar 26, 2016
1 parent bdd818c commit 00ba059
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 34 deletions.
35 changes: 1 addition & 34 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -13,44 +13,13 @@
#

# source code
*.php text
*.css text
*.sass text
*.scss text
*.less text
*.styl text
*.js text
*.ts text
*.coffee text
*.json text
*.htm text
*.html text
*.xml text
*.svg text
*.txt text
*.ini text
*.inc text
*.pl text
*.rb text
*.py text
*.scm text
*.sql text
*.sh text
*.bat text

# templates
*.ejs text
*.hbt text
*.jade text
*.haml text
*.hbs text
*.dot text
*.tmpl text
*.phtml text
*.latte text

# server config
.htaccess text

# git config
.gitattributes text
Expand All @@ -64,9 +33,7 @@
.csslintrc text

# misc config
*.yaml text
*.yml text
.editorconfig text
.jsbeautifyrc

# build config
*.npmignore text
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ What should it output? ... well it is interpreted as 1st October 2016 in some br

For more information refer [link](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/parse).

### Draggabilly

This is an optional dependency if you want to make the dial draggable in time picker in minute which makes it useful there to select values which are not a divisor of 5 (e.g 3, 6) or in layman terms the values which come between 5, 10, 15, etc.

### What's included

In the repo you'll find the following directories and files.
Expand Down

0 comments on commit 00ba059

Please sign in to comment.