Skip to content

Commit

Permalink
add bootstrap-datetimepicker
Browse files Browse the repository at this point in the history
  • Loading branch information
minwe committed Jan 20, 2015
1 parent 373b7c6 commit 2720b73
Show file tree
Hide file tree
Showing 12 changed files with 2,905 additions and 29 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# editorconfig.org

root = true

[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
28 changes: 1 addition & 27 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,28 +1,2 @@
# Logs
logs
*.log

# Runtime data
pids
*.pid
*.seed

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Compiled binary addons (http://nodejs.org/api/addons.html)
build/Release

# Dependency directory
# Commenting this out is preferred by some people, see
# https://www.npmjs.org/doc/misc/npm-faq.html#should-i-check-my-node_modules-folder-into-git-
node_modules

# Users Environment Variables
.lock-wscript
dist
21 changes: 21 additions & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"browser": true,
"node": true,
"bitwise": true,
"camelcase": true,
"curly": true,
"expr": true,
"immed": true,
"indent": 2,
"maxlen": 80,
"newcap": true,
"noarg": true,
"quotmark": "single",
"undef": true,
"unused": "vars",
"strict": true,
"globals": {
"define": true,
"module": true
}
}
11 changes: 11 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
.DS_Store
node_modules
dist
docs
less
gulpfile.js
.editorconfig
.gitignore
.jshintrc
.npmignore
bower.json
Loading

0 comments on commit 2720b73

Please sign in to comment.